From 7b5f4f282f26ddd3b9fc9275a7d728b2491dbba5 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 29 Dec 2016 14:43:41 -0500 Subject: [PATCH] Concurrent true for opnfv-yamllint-verify-master this patchset https://gerrit.opnfv.org/gerrit/#/c/26517/10 build logs: Building remotely on lf-build1 (opnfv-build-centos opnfv-build opnfv-sysinfo ci-resource) in workspace /home/jenkins-ci/opnfv/slave_root/workspace/opnfv-yamllint-verify-master FATAL: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! java.lang.IllegalStateException: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! linting can be done concurrently Change-Id: Ied083c3db5c22621af121324ce5264c1851cb31e Signed-off-by: Aric Gardner --- jjb/releng/opnfv-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/releng/opnfv-lint.yml b/jjb/releng/opnfv-lint.yml index cd122d895..a96fce6b0 100644 --- a/jjb/releng/opnfv-lint.yml +++ b/jjb/releng/opnfv-lint.yml @@ -71,6 +71,8 @@ disabled: '{obj:disabled}' + concurrent: true + parameters: - project-parameter: project: $GERRIT_PROJECT -- 2.16.6