summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2020-04-09 12:12:41 +0100
committerDavid Spickett <david.spickett@linaro.org>2020-04-09 15:22:15 +0000
commit267b0de16ce153b50c5b556ba7fb8c006049ebe6 (patch)
tree591d7d748a799c8731a30aae639f756958ecf284 /round-robin-bisect.sh
parent3d395a131a6117b901afb70aa2c72af1e8caca92 (diff)
round-robin-bisect.sh: Add Jira issue numbers
for tcwg_bmk-ci to post regressions to. Change-Id: I51bb1fabe5bd227bfbc0a7ffaf11e686ff24e574
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 66c73967..fd57eb49 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -504,6 +504,9 @@ if [ x"${JIRA_PASSWORD+set}" = x"set" -a -f $artifacts/first-bad ]; then
case "${rr[ci_project]}/${rr[ci_config]}" in
tcwg_kernel/gnu-*) jira_card="GNU-587" ;;
tcwg_kernel/llvm-*) jira_card="LLVM-480" ;;
+ # _tk1 and _tx1 jobs
+ tcwg_bmk_t?1/gnu-*) jira_card="GNU-661" ;;
+ tcwg_bmk_t?1/llvm-*) jira_card="LLVM-614" ;;
*) jira_card="" ;;
esac