aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-build.yaml
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2019-08-20 17:30:57 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-08-21 11:47:41 +0000
commit28121376b12c5d98814ee665357165f54fadd1ba (patch)
tree91cf8e231976c945bb665bd41cc3b133089fad5c /armnn-ci-build.yaml
parent70de54c8463f95f8d12c587fcac055ed7568a04c (diff)
armnn-ci-build: adding call to SQUAD's api /createbuild/ in order to provide -1 reviews to gerrit after LAVA test cases fail.
Change-Id: I70e960cb80edadcdde63b8cdd861a3fa0b205e06
Diffstat (limited to 'armnn-ci-build.yaml')
-rw-r--r--armnn-ci-build.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/armnn-ci-build.yaml b/armnn-ci-build.yaml
index b52cddb8..553b907a 100644
--- a/armnn-ci-build.yaml
+++ b/armnn-ci-build.yaml
@@ -91,6 +91,12 @@
rm -rf configs
git clone --depth 1 http://git.linaro.org/ci/job/configs.git
+ curl \
+ --header "Auth-Token: $QA_REPORTS_TOKEN" \
+ --form patch_source=gerrit-ssh-mlplatform \
+ --form patch_id=${GERRIT_CHANGE_NUMBER}:${GERRIT_PATCHSET_NUMBER} \
+ https://qa-reports.linaro.org/api/createbuild/armnn/$LAVA_ID
+
python configs/armnn-ci-build/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \
--build-number ${BUILD_NUMBER} \