summaryrefslogtreecommitdiffstats
path: root/jjb/cli
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-04-10 10:34:54 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-04-10 20:13:29 -0700
commit89fce4becbc9b1860f408a588a63b84a7bc4d071 (patch)
tree7b840d6cde3a38ee47711b7ec996a1cbfc0d3799 /jjb/cli
parent7a8233caeb12d8f25cf8d3b70d397048f58081e6 (diff)
Chore: Use a smaller node for release jobs
This is in order to save some costs since these jobs do not require a 8c-8g node Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Id0ec9e33ac4bc1c7c63dbd6bc7671c47aec996fa
Diffstat (limited to 'jjb/cli')
-rw-r--r--jjb/cli/cli.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml
index bec379519..6f8fcb032 100644
--- a/jjb/cli/cli.yaml
+++ b/jjb/cli/cli.yaml
@@ -24,7 +24,7 @@
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
+ build-node: centos7-docker-2c-1g
- '{project-name}-{stream}-aai-docker-java-daily':
pom: 'deployment/docker/pom.xml'
mvn-goals: 'docker:build'