From 1eb4c2d8a2fcaf06bda74f8a8e54e3cbad539918 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Wed, 8 Jul 2020 16:35:25 +0000 Subject: round-robin-bisect.sh: Post jira comments for tcwg_{binutils, cross, gnu} Change-Id: I9fd245d77848f0d8d1d2117ed117b1f17e2bcdd5 --- round-robin-bisect.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'round-robin-bisect.sh') 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 -- cgit v1.2.3