summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
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