diff options
author | 2017-09-21 16:29:09 -0700 | |
---|---|---|
committer | 2017-09-21 16:29:09 -0700 | |
commit | ed004174483feab0bff358a5e7222e80af09d87a (patch) | |
tree | d607755ad42f3031e311cc423917376bd3212ec0 | |
parent | 4f83018fb5cc399879748d023a22507679b4f075 (diff) |
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 <tbramwell@linuxfoundation.org>
-rw-r--r-- | jjb/ci_gate_security/opnfv-ci-gate-security.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |