aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream-arm.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-05-04 14:36:16 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-17 04:21:44 +0000
commit780ea1a30b85ca5a9ebb170f0bba32f4862373ed (patch)
tree2d44918e9b067daacb115c5d7c1b726b31ea21d9 /zephyr-upstream-arm.yaml
parentb13c8339873f69a08a299d96129ad73efabe9738 (diff)
zephyr-upstream: route test job submission via qa-reports
qa-reports is now able to submit LAVA jobs and monitor their status. Submitting job to LAVA via qa-reports is pretty similar to submitting directly to LAVA. Qa-reports testjob ID will be returned in case of success. Qa-reports will redirect to LAVA on accessing the testjob page. Change-Id: I3b74d41b1d734056b319eb81ce231785d146dde3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'zephyr-upstream-arm.yaml')
-rw-r--r--zephyr-upstream-arm.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index 75a21d9e45..05cac3b723 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -24,6 +24,9 @@
- string:
name: LAVA_SERVER
default: 'validation.linaro.org/RPC2/'
+ - string:
+ name: QA_SERVER
+ default: 'https://qa-reports.linaro.org'
disabled: false
node: master
child-workspace: .
@@ -79,6 +82,10 @@
- text:
credential-id: LAVA_TOKEN
variable: LAVA_TOKEN
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
builders:
- shell:
!include-raw: zephyr-upstream/builders.sh
@@ -122,12 +129,16 @@
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
[ -z "${DEVICE_TYPE}" ] || \
- python configs/zephyr-upstream/submit_to_lava.py \
+ python configs/zephyr-upstream/submit_for_testing.py \
--board-name ${PLATFORM} \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \
+ --build-url ${BUILD_URL} \
--branch-name ${BRANCH} \
--lava-server ${LAVA_SERVER} \
+ --qa-server ${QA_SERVER} \
+ --qa-server-team lite \
+ --qa-server-project zephyr-upstream-arm \
--gcc-variant ${ZEPHYR_GCC_VARIANT} \
--git-commit ${GIT_COMMIT} \
--build-url ${BUILD_URL}