From 191228abb07ce70ee90eeca75f42e5d665c3bfe1 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 17 Dec 2019 20:27:36 +0100 Subject: [PATCH] Fix build-blocker level param typos s/blocking-level/block-level/g as per [1]. [1] https://docs.openstack.org/infra/jenkins-job-builder/properties.html Change-Id: Iea628d0a7c8b3285ece13280abdda1aa85dbea2b Signed-off-by: Alexandru Avadanii --- jjb/akraino-templates/akraino-validation-templates.yaml | 4 ++-- jjb/iec/iec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/akraino-templates/akraino-validation-templates.yaml b/jjb/akraino-templates/akraino-validation-templates.yaml index e8c96b4..b34638e 100644 --- a/jjb/akraino-templates/akraino-validation-templates.yaml +++ b/jjb/akraino-templates/akraino-validation-templates.yaml @@ -21,7 +21,7 @@ use-build-blocker: true blocking-jobs: - 'validation-docker-.*' - blocking-level: 'NODE' + block-level: 'NODE' scm: - validation-infra-gerrit-scm: jenkins-ssh-credential: '{jenkins-ssh-credential}' @@ -78,7 +78,7 @@ use-build-blocker: true blocking-jobs: - 'validation-docker-build-.*' - blocking-level: 'NODE' + block-level: 'NODE' scm: - validation-infra-gerrit-scm: jenkins-ssh-credential: '{jenkins-ssh-credential}' diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index a0e179f..335ac1e 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -205,7 +205,7 @@ blocking-jobs: - '.*-fuel-{deploy_type}-.*' - '.*-compass-{deploy_type}-.*' - blocking-level: 'NODE' + block-level: 'NODE' wrappers: - build-name: @@ -282,7 +282,7 @@ - '.*-{iecType}-deploy-{installer}-{deploy_type}-.*' - '.*-{iecType}-destroy-{installer}-{deploy_type}-.*' - '.*-{iecType}-install-.*-{installer}-{deploy_type}-.*' - blocking-level: 'NODE' + block-level: 'NODE' parameters: - lf-infra-parameters: -- 2.16.6