aboutsummaryrefslogtreecommitdiff
path: root/tcwg_gnu_native.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-01-08 06:50:57 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2024-01-08 06:50:57 +0000
commiteb378e4abf3862db9a44dce5f785feb3fd41700a (patch)
treefe4ae55ac8dd6767bdca7c866fdd21b285e22149 /tcwg_gnu_native.yaml
parent33683130c9f952eb1f87f39b428ef48aa6cd2d04 (diff)
tcwg/round-robin.yaml.inc: Add missing part to previous commit
Handle timer-trigger builds same as pollscm-trigger builds. Change-Id: Iaed0b97087ffb9dece6ea613457382b6724006ec
Diffstat (limited to 'tcwg_gnu_native.yaml')
-rw-r--r--tcwg_gnu_native.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcwg_gnu_native.yaml b/tcwg_gnu_native.yaml
index 7c8d0ced87..b91b71d2ff 100644
--- a/tcwg_gnu_native.yaml
+++ b/tcwg_gnu_native.yaml
@@ -457,7 +457,8 @@
# builds before fetching a new batch of upstream changes.
# Re. skipping post-commit build if pre-commit queue is
# not empty -- it's just a favor to pre-commit builds.
- if [ x"${{BUILD_CAUSE_SCMTRIGGER-false}}" = x"true" ]; then
+ if [ x"${{BUILD_CAUSE_SCMTRIGGER-false}}" = x"true" ] \
+ || [ x"${{BUILD_CAUSE_TIMERTRIGGER-false}}" = x"true" ]; then
for job_type in build; do
url="${{JOB_URL%-build/}}-$job_type"
inQueue=$(curl -s "$url/api/xml?tree=inQueue" \
@@ -547,7 +548,8 @@
for c in {components}; do
eval "g=\$$$${{c}}_git"
if [ x"$g" = x"default" ]; then
- if [ x"${{BUILD_CAUSE_SCMTRIGGER-false}}" = x"true" ]; then
+ if [ x"${{BUILD_CAUSE_SCMTRIGGER-false}}" = x"true" ] \
+ || [ x"${{BUILD_CAUSE_TIMERTRIGGER-false}}" = x"true" ]; then
g="jenkins-scm"
else
g="baseline"
@@ -989,4 +991,4 @@
docker_security: '{docker_security}'
publishers:
- bisect-publishers
-# checksum: e34c716a6aa3c72172a1c54661250092
+# checksum: 4539406b9b070eb224205334813ab043