aboutsummaryrefslogtreecommitdiff
path: root/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-08-14 16:30:21 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-08-15 07:50:10 +0000
commit8f98ebe8af8024c33dce1a91dea284a90a1b0cc3 (patch)
tree9c1e5726fe16abcae292452de1c00300ca49bd79 /tcwg_bmk-code_size-cpu2017fast--gnu.yaml
parent39a779d26d06adc23b646a91b2ab73e4660caccf (diff)
tcwg/round-robin.yaml.inc: Remove 'origin/' prefix from $GIT_BRANCH_$i
Jenkins expands $GIT_BRANCH_$i into origin/master, but when we want to fetch the corresponding refs we don't want the origin/ prefix. Change-Id: I75bdcf428f581d1f41852f84f3bb9421d38d5b06
Diffstat (limited to 'tcwg_bmk-code_size-cpu2017fast--gnu.yaml')
-rw-r--r--tcwg_bmk-code_size-cpu2017fast--gnu.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcwg_bmk-code_size-cpu2017fast--gnu.yaml b/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
index 76d84ba865..707bb30a84 100644
--- a/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
+++ b/tcwg_bmk-code_size-cpu2017fast--gnu.yaml
@@ -521,7 +521,9 @@
fi
fi
if [ x"$g" = x"jenkins-scm" ]; then
- eval "g=\$GIT_URL_$i#\$GIT_BRANCH_$i"
+ eval "gb=\$GIT_BRANCH_$i"
+ gb=$(echo $gb | sed 's+origin/++')
+ eval "g=\$GIT_URL_$i#$gb"
fi
i=$(($i+1))
@@ -911,4 +913,4 @@
rr_project: '{ci_project}--{ci_config}'
publishers:
- bisect-publishers
-# checksum: 676ad9273d9f3293a6964619a5d3888a
+# checksum: 181a328a213211c26341aa40b03c185b