summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-01 13:28:10 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-01 14:03:44 +0000
commit80aac341bf566a697322fad88703823710631e80 (patch)
tree62e5ed363e842e3f75a9a13302d325866bf79f31 /round-robin-bisect.sh
parent54205da2fe8591d6e7507984fbdf8c0eeecf6e09 (diff)
round-robin-bisect.sh: Update Jira card for GNU CI
Change-Id: Ib2f6195b2258011953756df1f4f9fedfee3d0f80
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 4fb296ab..b510bf77 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -588,10 +588,12 @@ if [ x"${JIRA_PASSWORD+set}" = x"set" ] && [ x"$first_bad" != x"" ]; then
tcwg_bmk_*/gnu*) jira_card="GNU-686" ;;
tcwg_bmk_*/llvm-*O[23]*) jira_card="LLVM-651" ;;
tcwg_bmk_*/llvm-*) jira_card="LLVM-650" ;;
- tcwg_binutils/*) jira_card="GNU-93" ;;
- tcwg_cross/*) jira_card="GNU-93" ;;
- tcwg_gnu/*) jira_card="GNU-93" ;;
- *) jira_card="" ;;
+ tcwg_binutils/*) jira_card="GNU-692" ;;
+ tcwg_cross/*) jira_card="GNU-692" ;;
+ tcwg_gnu/*) jira_card="GNU-692" ;;
+ # Catch-all case for when project/config IDs change, so that we
+ # won't miss notifications. Forward all that to GNU-692.
+ *) jira_card="GNU-692" ;;
esac
if $notify_devs && [ x"$jira_card" != x"" ]; then