aboutsummaryrefslogtreecommitdiff
path: root/tcwg_bmk.yaml.in
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-08-23 16:13:37 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-09-03 21:31:39 +0000
commit2ac30aa889ec8b422934deacdf59e0de78f6d87a (patch)
tree724011cebc40730322e0adfb08b98923a4a944c0 /tcwg_bmk.yaml.in
parentdb736bb6ef2b5ec0644f6d4219c60db3b4849729 (diff)
tcwg_*.in,round-robin.inc: centralize build/bisect-properties in round-robin.inc
Change-Id: Iee53b13b51a1aa9d4402f143ffaf10bdd798f06d
Diffstat (limited to 'tcwg_bmk.yaml.in')
-rw-r--r--tcwg_bmk.yaml.in23
1 files changed, 6 insertions, 17 deletions
diff --git a/tcwg_bmk.yaml.in b/tcwg_bmk.yaml.in
index c6730590fb..8b40f98d74 100644
--- a/tcwg_bmk.yaml.in
+++ b/tcwg_bmk.yaml.in
@@ -120,11 +120,9 @@
project-type: freestyle
defaults: global
properties:
- - default-properties
- - build-blocker:
- blocking-jobs:
- - "{ci_project}--{ci_config}-bisect"
- queue-scanning: 'ALL'
+ - build-properties:
+ ci_project: '{ci_project}'
+ ci_config: '{ci_config}'
parameters:
- build-parameters:
ci_project: '{ci_project}'
@@ -186,18 +184,9 @@
project-type: freestyle
defaults: global
properties:
- - default-properties
- - build-blocker:
- # Run at most 1 bisect job for all configurations.
- # Bisect jobs can easily run for 5+ hours, and a few of them
- # can hog the entire TCWG build farm for a long time. Since
- # same regression tends to appear in multiple configurations,
- # run bisections for all configurations in-order.
- # We can't have same regressions between GNU and LLVM toolchains,
- # do allow parallel bisections of those.
- blocking-jobs:
- - "{ci_project}--#{TOOLCHAIN}-.*-bisect"
- queue-scanning: 'BUILDABLE'
+ - bisect-properties:
+ ci_project: '{ci_project}'
+ ci_config: '{ci_config}'
parameters:
- bisect-parameters:
distro: '{distro}'