aboutsummaryrefslogtreecommitdiff
path: root/jdkX-update-src-tree.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-01-21 11:26:36 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-01-21 11:30:00 +0000
commit5aad92308c41d7a4efd17a49112141ab0dee734e (patch)
tree72aa01d842798cdb387888b20ec671e6ab8a4999 /jdkX-update-src-tree.yaml
parent0a93f1c6095fa0dcf1c39c347e330662bb9f270c (diff)
jdk: Build blocked uses regex
The buildblocker job specified uses regular expressions. Add missing "." to "jdkX-.*", etc. Change-Id: I29e574c93c5a1917e8c09792bb8af7ef44bc3220
Diffstat (limited to 'jdkX-update-src-tree.yaml')
-rw-r--r--jdkX-update-src-tree.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jdkX-update-src-tree.yaml b/jdkX-update-src-tree.yaml
index 2307c84d4e..b36532d279 100644
--- a/jdkX-update-src-tree.yaml
+++ b/jdkX-update-src-tree.yaml
@@ -30,9 +30,9 @@
- build-blocker:
use-build-blocker: true
blocking-jobs:
- - "jdk12-*"
- - "jdk11-*"
- - "jdk8-*"
+ - "jdk12-.*"
+ - "jdk11-.*"
+ - "jdk8-.*"
block-level: 'GLOBAL'
disabled: false
node: j12-qrep-01