From ed004174483feab0bff358a5e7222e80af09d87a Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 21 Sep 2017 16:29:09 -0700 Subject: [PATCH] Run CI Security Gate Check on all OPNFV Builders Enable the security gating check to run on all machines labled 'opnfv-build'. This will allow the job to run as long as one of these machines are online. JIRA: RELENG-313 Change-Id: Icc792f7732c6cc3ca49bd8db32027fc146f8b1cd Signed-off-by: Trevor Bramwell --- jjb/ci_gate_security/opnfv-ci-gate-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/ci_gate_security/opnfv-ci-gate-security.yml b/jjb/ci_gate_security/opnfv-ci-gate-security.yml index 33179537c..e09339a4b 100644 --- a/jjb/ci_gate_security/opnfv-ci-gate-security.yml +++ b/jjb/ci_gate_security/opnfv-ci-gate-security.yml @@ -50,7 +50,7 @@ parameters: - label: name: SLAVE_LABEL - default: 'ericsson-build3' + default: 'opnfv-build' description: 'Slave label on Jenkins' - project-parameter: project: $GERRIT_PROJECT -- 2.16.6