aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerfile-build.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2021-12-10 16:23:09 +0200
committerKelley Spoon <kelley.spoon@linaro.org>2021-12-14 13:41:17 +0000
commit6901a07f286d71a3cb8343f512399d502b420a48 (patch)
treec8aa77f39e0cfa6c078ffa49b74df99475b66fb8 /ci-dockerfile-build.yaml
parente5e1aee7c61ba36aa07abc12b037abbdf3dbd728 (diff)
docker builds: fix regexp
current blocking doesn't work. https://ci.linaro.org/job/ci-dockerfiles-deployment/label=build-amd64/1053/console 13:45:48 ... 14:17:16 https://ci.linaro.org/job/ci-dockerslaves-cleanup/nodes=x86_64-16/1317/console 13:51:00 ... 13:52:45 Both on X86-16. Looking at the documentation, we need a regexp, not a glob. Change-Id: I0e226194cab1aa2701c28f1c5c5a05187ed5156b
Diffstat (limited to 'ci-dockerfile-build.yaml')
-rw-r--r--ci-dockerfile-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-dockerfile-build.yaml b/ci-dockerfile-build.yaml
index 55421be4fa..cadd9600b6 100644
--- a/ci-dockerfile-build.yaml
+++ b/ci-dockerfile-build.yaml
@@ -17,7 +17,7 @@
- build-blocker:
use-build-blocker: true
blocking-jobs:
- - "ci-docker*"
+ - "ci-docker.*"
block-level: 'NODE'
disabled: false
display-name: 'Build docker image'