summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-07-08 16:35:25 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-07-08 16:36:33 +0000
commit1eb4c2d8a2fcaf06bda74f8a8e54e3cbad539918 (patch)
treee48863448c7c3b2ed844803dddb3d2c181dceb05
parent85f73b3c60c32f4bdeeb983ed74550da96a2ee74 (diff)
round-robin-bisect.sh: Post jira comments for tcwg_{binutils, cross, gnu}
Change-Id: I9fd245d77848f0d8d1d2117ed117b1f17e2bcdd5
-rwxr-xr-xround-robin-bisect.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 0777daca..6907e7c5 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -507,9 +507,12 @@ if [ x"${JIRA_PASSWORD+set}" = x"set" ] && [ -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
+ # _tk1 and _tx1 jobs
tcwg_bmk_t?1/gnu-*) jira_card="GNU-661" ;;
tcwg_bmk_t?1/llvm-*) jira_card="LLVM-614" ;;
+ tcwg_binutils/*) jira_card="GNU-93" ;;
+ tcwg_cross/*) jira_card="GNU-93" ;;
+ tcwg_gnu/*) jira_card="GNU-93" ;;
*) jira_card="" ;;
esac