summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-02-16 15:51:43 +0100
committerChrisC <christophe.closset@intl.att.com>2021-02-16 15:51:43 +0100
commit5b8de52175916b371f442305793d6b0e646aa5d1 (patch)
treeef2530261b7904d50727ffe53d6f5572879ba236 /jjb/sdc
parent8b66dedca8c8f924b7d1e2d4a002a93caca52afb (diff)
[SDC] Set concurrency option in integration template
Add the option to have concurrent builds for CSIT, default to false Enable for SDC to avoid jobs piling up Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I8dfc8fc2e3e46287adfba9972b8ff22b247f95e1
Diffstat (limited to 'jjb/sdc')
-rw-r--r--jjb/sdc/sdc-csit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/sdc/sdc-csit.yaml b/jjb/sdc/sdc-csit.yaml
index 9bb7982c6..873c0a6c6 100644
--- a/jjb/sdc/sdc-csit.yaml
+++ b/jjb/sdc/sdc-csit.yaml
@@ -9,7 +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
+ build-concurrent: true
- '{project-name}-merge-verification-maven-{stream}':
build-node: ubuntu1804-docker-8c-16g
container-public-registry: 'nexus3.onap.org:10001'