diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-10 19:50:04 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-02-10 19:19:52 +0000 |
commit | 319cc86da840ed580f19e638fa96fb5a4cfd884a (patch) | |
tree | b92a6e1dd2b64d1dd6d3d03e46557feefa9e0d52 | |
parent | c84b1f9681ad37f4e78bed5a755387ba34d8297e (diff) |
[SDC] allow concurrent builds
allow concurrency for SDC CSIT jobs, since these are now part of verify we need to be able to run more than one at a time
Issue-ID: SDC-3465
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I442f94c30768f1448ae9f9c8dcd62c96a4e110a0
-rw-r--r-- | jjb/sdc/sdc-csit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml index b8c35826a..9bb7982c6 100644 --- a/jjb/sdc/sdc-csit.yaml +++ b/jjb/sdc/sdc-csit.yaml @@ -9,6 +9,7 @@ mvn-goals: clean install mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only' maven-versions-plugin: true + concurrent: true - '{project-name}-merge-verification-maven-{stream}': build-node: ubuntu1804-docker-8c-16g container-public-registry: 'nexus3.onap.org:10001' |