aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gcc-bisect.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-01-15 09:40:45 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-01-15 09:42:40 +0000
commit0f276ecfd35a4915a4ac62d18ff435796a01b7e4 (patch)
tree2baccec1cd1485a493f0f71349e8d6a0f8e5a0f8 /tcwg-gcc-bisect.yaml
parent46b43c72e3a48890dcd0d10b130de59e0d4ee6c3 (diff)
tcwg-gcc-bisect: Add support for git revs as good/bad
Change-Id: I7f43e9dba972695d49fc86b80bdd7e5b866f9656
Diffstat (limited to 'tcwg-gcc-bisect.yaml')
-rw-r--r--tcwg-gcc-bisect.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/tcwg-gcc-bisect.yaml b/tcwg-gcc-bisect.yaml
index 929a0ef9..3aca6453 100644
--- a/tcwg-gcc-bisect.yaml
+++ b/tcwg-gcc-bisect.yaml
@@ -39,6 +39,14 @@
default: ''
description: '--with-mode GCC configure option (arm or thumb)'
- string:
+ name: GOODGIT
+ default: ''
+ description: 'Good GIT revision'
+ - string:
+ name: BADGIT
+ default: ''
+ description: 'Bad GIT revision'
+ - string:
name: GOOD
default: ''
description: 'Good SVN revision'
@@ -63,7 +71,7 @@
users:
- 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
- build-name:
- name: '#${BUILD_NUMBER}-${ENV,var="GOOD"}-${ENV,var="BAD"}-${ENV,var="TARGET"}'
+ name: '#${BUILD_NUMBER}-${ENV,var="GOOD"}-${ENV,var="BAD"}-${ENV,var="GOODGIT"}-${ENV,var="BADGIT"}-${ENV,var="TARGET"}'
builders:
- shell: |
#!/bin/bash
@@ -93,7 +101,7 @@
trap "cleanup_all_containers" EXIT
# Jenkins puts the parameters in the environment
- ${build_CONTAINER_RSH} "cd ${WORKSPACE} && EXP=$EXP TESTNAME=$TESTNAME TARGET=$TARGET CPU=$CPU FPU=$FPU MODE=$MODE GOOD=$GOOD BAD=$BAD BUILD_URL=$BUILD_URL ${shell} ${WORKSPACE}/jenkins-scripts/abe-bisect.sh"
+ ${build_CONTAINER_RSH} "cd ${WORKSPACE} && EXP=$EXP TESTNAME=$TESTNAME TARGET=$TARGET CPU=$CPU FPU=$FPU MODE=$MODE GOOD=$GOOD BAD=$BAD GOODGIT=$GOODGIT BADGIT=$BADGIT BUILD_URL=$BUILD_URL ${shell} ${WORKSPACE}/jenkins-scripts/abe-bisect.sh"
publishers:
- email-ext:
recipients: 'christophe.lyon@linaro.org'