aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml17
1 files changed, 8 insertions, 9 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 044b139440..7f96298f2a 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -8,7 +8,7 @@
- job-read
- job-extended-read
- job-workspace
- linaro:
+ everyone-flat:
- job-read
- job-extended-read
- job-build
@@ -25,7 +25,7 @@
parameters:
- string:
name: BRANCH
- default: 'master'
+ default: 'main'
- string:
name: LAVA_SERVER
default: 'validation.linaro.org/RPC2/'
@@ -38,12 +38,12 @@
- string:
name: TWISTER_EXTRA
default: '--enable-slow -x=BUILD_VERSION=ci_build_version'
- disabled: false
+ disabled: true
node: master
child-workspace: .
- display-name: 'Zephyr project (master)'
+ display-name: 'Zephyr project (main)'
# We should avoid starting this job "on its own". That's because default
-# Git revision it builds is master/HEAD, and as this is a matrix job,
+# Git revision it builds is main/HEAD, and as this is a matrix job,
# different sub-builds may get different actual HEAD revision (e.g. if
# the tree is actively committed to). Instead, it should be triggered
# externally, with GIT_COMMIT parameter set to a specific SHA1 revision
@@ -135,12 +135,11 @@
export DEVICE_TYPE=frdm-kw41z
;;
disco_l475_iot1)
- #export DEVICE_TYPE=disco-l475-iot1
- echo "disco_l475_iot1: LAVA testing temporarily disabled due to device instability (LSS-2160)"
+ export DEVICE_TYPE=disco-l475-iot1
;;
lpcxpresso55s69_cpu0)
export DEVICE_TYPE=lpcxpresso55s69
- LAVA_SERVER="staging.validation.linaro.org/RPC2/"
+ #LAVA_SERVER="staging.validation.linaro.org/RPC2/"
;;
qemu_cortex_m3)
export DEVICE_TYPE=qemu
@@ -177,4 +176,4 @@
publishers:
- email:
- recipients: 'fathi.boudra@linaro.org kumar.gala@linaro.org gpitney@ti.com vincent.wan@linaro.org paul.sokolovsky@linaro.org erwan.gouriou@linaro.org'
+ recipients: 'fathi.boudra@linaro.org erwan.gouriou@linaro.org'