From f63577d1695c69a72ebf7393647964381f4585b1 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Thu, 27 Jun 2019 12:24:50 +0100 Subject: [PATCH] Replacing the Infra build server. The existing Infra build server is running out of disk space. It needs to be replaced with new build server provisioned by OpenStack plugin Change-Id: I7b2ce7393ea400d0fbbbcf23c3ef5aad163c6d0a --- jjb/acumos/global-templates-acumos-push-upstream.yaml | 2 +- jjb/acumos/global-templates-acumos-rebase.yaml | 2 +- jjb/global/global-templates-rebase.yaml | 2 +- jjb/onap/global-templates-onap-rebase.yaml | 2 +- .../global-templates-opendaylight-push-upstream.yaml | 2 +- jjb/opendaylight/global-templates-opendaylight-rebase.yaml | 2 +- jjb/opendev/global-templates-opendev-push-upstream.yaml | 2 +- jjb/opendev/global-templates-opendev-rebase.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jjb/acumos/global-templates-acumos-push-upstream.yaml b/jjb/acumos/global-templates-acumos-push-upstream.yaml index 17f6854a4..34e11a609 100644 --- a/jjb/acumos/global-templates-acumos-push-upstream.yaml +++ b/jjb/acumos/global-templates-acumos-push-upstream.yaml @@ -1,7 +1,7 @@ - job-template: name: 'acumos-{project-name}-push-upstream' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/acumos/global-templates-acumos-rebase.yaml b/jjb/acumos/global-templates-acumos-rebase.yaml index 1a25eb3f7..5ae2c88fe 100644 --- a/jjb/acumos/global-templates-acumos-rebase.yaml +++ b/jjb/acumos/global-templates-acumos-rebase.yaml @@ -1,7 +1,7 @@ - job-template: name: 'acumos-{project-name}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index 58579421b..d463b62c2 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -1,7 +1,7 @@ - job-template: name: '{project-name}-{stream}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/onap/global-templates-onap-rebase.yaml b/jjb/onap/global-templates-onap-rebase.yaml index 6c297acbe..3ae17f9ac 100644 --- a/jjb/onap/global-templates-onap-rebase.yaml +++ b/jjb/onap/global-templates-onap-rebase.yaml @@ -1,7 +1,7 @@ - job-template: name: 'onap-{project-name}-{stream}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml b/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml index 60f491dbc..f3915b2bb 100644 --- a/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml +++ b/jjb/opendaylight/global-templates-opendaylight-push-upstream.yaml @@ -1,7 +1,7 @@ - job-template: name: 'opendaylight-{project-name}-{stream}-push-upstream' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/opendaylight/global-templates-opendaylight-rebase.yaml b/jjb/opendaylight/global-templates-opendaylight-rebase.yaml index 0f1c5c7cf..f7dab86c1 100644 --- a/jjb/opendaylight/global-templates-opendaylight-rebase.yaml +++ b/jjb/opendaylight/global-templates-opendaylight-rebase.yaml @@ -1,7 +1,7 @@ - job-template: name: 'opendaylight-{project-name}-{stream}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/opendev/global-templates-opendev-push-upstream.yaml b/jjb/opendev/global-templates-opendev-push-upstream.yaml index c0c279e9f..51733409c 100644 --- a/jjb/opendev/global-templates-opendev-push-upstream.yaml +++ b/jjb/opendev/global-templates-opendev-push-upstream.yaml @@ -1,7 +1,7 @@ - job-template: name: 'opendev-{project-name}-push-upstream' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false diff --git a/jjb/opendev/global-templates-opendev-rebase.yaml b/jjb/opendev/global-templates-opendev-rebase.yaml index b915c8b1b..83e40d59d 100644 --- a/jjb/opendev/global-templates-opendev-rebase.yaml +++ b/jjb/opendev/global-templates-opendev-rebase.yaml @@ -1,7 +1,7 @@ - job-template: name: 'opendev-{project-name}-rebase' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false -- 2.25.1