diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-20 14:28:30 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-06-20 14:28:30 -0700 |
commit | c8d03813e83808b850e98aff1d03baa9a95eca0d (patch) | |
tree | 0b58783cf0c5214ae831acd9f4dc7795292598a5 | |
parent | 7824c913121bc43e387304e0709c245002fc997d (diff) |
Migrate gerrit-maven-stage (POLICY) - 2
Migrate to use gerrit-maven-stage from
global-jjb to allow the generation of
signed release artifacts that will reduce
release processing time.
Change-Id: I86a7fa9d2337c52856eebb877364bc182a01515b
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/policy/policy-api.yaml | 11 | ||||
-rw-r--r-- | jjb/policy/policy-models.yaml | 4 | ||||
-rw-r--r-- | jjb/policy/policy-pap.yaml | 11 |
3 files changed, 26 insertions, 0 deletions
diff --git a/jjb/policy/policy-api.yaml b/jjb/policy/policy-api.yaml index f5763e017..6f0072c83 100644 --- a/jjb/policy/policy-api.yaml +++ b/jjb/policy/policy-api.yaml @@ -14,6 +14,17 @@ mvn-params: '-Dmaven.test.skip=true' disabled: true build-node: ubuntu1604-docker-8c-8g + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + - gerrit-maven-docker-stage: + sign-artifacts: true + build-node: centos7-docker-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -Dmaven.test.skip=true' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' project: 'policy/api' stream: diff --git a/jjb/policy/policy-models.yaml b/jjb/policy/policy-models.yaml index 23df1d0c8..ba6e564d6 100644 --- a/jjb/policy/policy-models.yaml +++ b/jjb/policy/policy-models.yaml @@ -25,6 +25,10 @@ - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily': disabled: false + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true project: 'policy/models' stream: diff --git a/jjb/policy/policy-pap.yaml b/jjb/policy/policy-pap.yaml index bd576359f..286772661 100644 --- a/jjb/policy/policy-pap.yaml +++ b/jjb/policy/policy-pap.yaml @@ -14,6 +14,17 @@ mvn-params: '-Dmaven.test.skip=true' disabled: true build-node: ubuntu1604-docker-8c-8g + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + - gerrit-maven-docker-stage: + sign-artifacts: true + build-node: centos7-docker-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -Dmaven.test.skip=true' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' project: 'policy/pap' stream: |