diff options
author | 2020-03-15 19:25:55 +0200 | |
---|---|---|
committer | 2020-03-15 19:26:19 +0200 | |
commit | 4bb9cac2b43283583533c9a32fbb4d4162e8074a (patch) | |
tree | 085d5448edc3667b07b02c36095ba648a47e754c | |
parent | 9b9409368d8417c1e8eb5fbd0cb7db954bc69402 (diff) |
SDC DCAE-DS release jobs
Change-Id: I84a7ab211162d2396833cbbe59ddcf92f677d8c2
Issue-ID: SDC-2755
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | jjb/sdc/sdc-dcae-d-dt-be-main.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc-dcae-d-dt.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc-dcae-d-fe.yaml | 2 | ||||
-rw-r--r-- | jjb/sdc/sdc-dcae-d-tosca-lab.yaml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/jjb/sdc/sdc-dcae-d-dt-be-main.yaml b/jjb/sdc/sdc-dcae-d-dt-be-main.yaml index 4828b4075..eebb04d5f 100644 --- a/jjb/sdc/sdc-dcae-d-dt-be-main.yaml +++ b/jjb/sdc/sdc-dcae-d-dt-be-main.yaml @@ -15,6 +15,8 @@ mvn-params: '-P docker -DskipTests=true' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'sdc/dcae-d/dt-be-main' stream: - 'master': diff --git a/jjb/sdc/sdc-dcae-d-dt.yaml b/jjb/sdc/sdc-dcae-d-dt.yaml index e95e2f93f..2a14df817 100644 --- a/jjb/sdc/sdc-dcae-d-dt.yaml +++ b/jjb/sdc/sdc-dcae-d-dt.yaml @@ -16,6 +16,8 @@ mvn-params: '-P server,docker -DskipTests=true' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'sdc/dcae-d/dt' stream: diff --git a/jjb/sdc/sdc-dcae-d-fe.yaml b/jjb/sdc/sdc-dcae-d-fe.yaml index cf1b29d6a..3923a154e 100644 --- a/jjb/sdc/sdc-dcae-d-fe.yaml +++ b/jjb/sdc/sdc-dcae-d-fe.yaml @@ -16,6 +16,8 @@ mvn-params: '-P docker -DskipTests=true' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'sdc/dcae-d/fe' stream: diff --git a/jjb/sdc/sdc-dcae-d-tosca-lab.yaml b/jjb/sdc/sdc-dcae-d-tosca-lab.yaml index d99aab52a..54fd89857 100644 --- a/jjb/sdc/sdc-dcae-d-tosca-lab.yaml +++ b/jjb/sdc/sdc-dcae-d-tosca-lab.yaml @@ -20,6 +20,8 @@ mvn-params: '-P default -Dmaven.test.skip=true' container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g docker-pom: 'pom.xml' mvn-profile: 'default' |