Remove daily deprecated job 86/97586/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 25 Oct 2019 00:18:56 +0000 (17:18 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 25 Oct 2019 00:18:56 +0000 (17:18 -0700)
Switch aai-graphgraph deprecated daily job to
global-jjb.
After the switch to global-jjb, this template became
deprecated.
This optimization will reduce storage costs for logs
that we do not need.

Issue-ID: CIMAN-339
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I234711a13b19a0a9d2a19db8c1d2b4d8fc91d2a4

jjb/aai/aai-graphgraph.yaml

index ea34ec8..b4fada1 100644 (file)
     jobs:
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily'
-      - '{project-name}-{stream}-docker-java-daily':
-          docker-pom: 'pom.xml'
-          mvn-profile: 'docker'
-          mvn-params: '-Dmaven.test.skip=true'
+      - gerrit-maven-stage:
+          sign-artifacts: true
+          build-node: centos7-builder-4c-4g
+          maven-versions-plugin: true
+      - gerrit-maven-docker-stage:
+          mvn-params: '-P docker -Dmaven.test.skip=true'
           build-node: ubuntu1604-docker-8c-8g
+          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: 'aai/graphgraph'