From 8c14e9ff0b52632810bc8384f847751eab72268c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 15 Jan 2018 16:22:07 -0500 Subject: [PATCH] Switch releng ci jobs to 2c-1g vms These jobs do NOT need 8g to run and we should try to use the smallest unit of VMs we can to save resources. Let's bump them down to v1-standard-1 machines. Change-Id: Idb48023b94358ee598816d6c181f2ceca568a547 Signed-off-by: Thanh Ha --- jjb/releng-jobs.yaml | 20 ++++++++++---------- jjb/releng-packer-jobs.yaml | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 3e8cd1db36..85e8e3bef2 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -21,7 +21,7 @@ project-name: builder stream: master branch: master - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g archive-artifacts: '**/*.log' build-timeout: 30 jjb-version: 2.0.0 @@ -35,7 +35,7 @@ project-name: builder branch: master archive-artifacts: '**/*.log' - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g platforms: - centos @@ -86,7 +86,7 @@ - job-template: name: builder-check-poms - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g project-type: freestyle @@ -120,7 +120,7 @@ - job-template: name: builder-copy-sandbox-logs - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g project-type: freestyle @@ -163,7 +163,7 @@ - job-template: name: 'builder-verify-image-protection' project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: @@ -207,7 +207,7 @@ - job-template: name: 'builder-cleanup-old-images' project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: @@ -253,7 +253,7 @@ - job-template: name: builder-delete-orphaned-nodes project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: @@ -292,7 +292,7 @@ - job-template: name: 'builder-delete-stale-nodes' project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: @@ -329,7 +329,7 @@ - job-template: name: 'builder-delete-stale-stacks' project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: @@ -368,7 +368,7 @@ - job-template: name: 'builder-update-image-list' project-type: freestyle - node: centos7-builder-2c-8g + node: centos7-builder-2c-1g properties: - opendaylight-infra-properties: diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index 8ae7b09fbd..99b39487dc 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -9,7 +9,7 @@ branch: master archive-artifacts: '**/*.log' - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g build-timeout: 90 platforms: centos @@ -25,7 +25,7 @@ branch: master archive-artifacts: '**/*.log' - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g build-timeout: 60 platforms: centos @@ -41,7 +41,7 @@ branch: master archive-artifacts: '**/*.log' - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g build-timeout: 90 platforms: ubuntu-16.04 @@ -57,7 +57,7 @@ branch: master archive-artifacts: '**/*.log' - build-node: centos7-builder-2c-8g + build-node: centos7-builder-2c-1g platforms: centos templates: robot -- 2.36.6