From e37d36f4d0ae00a18724e19a482a0ae723940387 Mon Sep 17 00:00:00 2001 From: matthew-mcneilly Date: Tue, 22 Mar 2022 09:55:01 +0000 Subject: [PATCH] Geode: Revert build slave back to Ubuntu 18.04 Change-Id: Ic1e0fd83a21924f7766e6580b443d97124ad282a --- jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml | 2 +- jjb/geode/apache-geode-test-coordinator.yaml | 2 +- jjb/geode/global-template-apache-geode-build.yaml | 4 ++-- jjb/geode/global-template-apache-geode-test.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml b/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml index 9fc9d499f..f4deac383 100644 --- a/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml +++ b/jjb/geode/apache-geode-slave/apache-geode-slave-setup.yaml @@ -20,7 +20,7 @@ - job: name: 'apache-geode-SlaveSetup' - node: geode-ubuntu2004 + node: geode-ubuntu1804 disabled: false concurrent: true diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index 031f5814a..abcb53287 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -32,7 +32,7 @@ project-type: multijob disabled: false concurrent: true - node: geode-ubuntu2004 + node: geode-ubuntu1804 parameters: - string: diff --git a/jjb/geode/global-template-apache-geode-build.yaml b/jjb/geode/global-template-apache-geode-build.yaml index 99aeb1404..65217c472 100644 --- a/jjb/geode/global-template-apache-geode-build.yaml +++ b/jjb/geode/global-template-apache-geode-build.yaml @@ -20,7 +20,7 @@ - job-template: name: 'apache-geode-build-release-jdk{java-build-version}' - node: geode-ubuntu2004 + node: geode-ubuntu1804 disabled: false concurrent: true @@ -86,4 +86,4 @@ notify-start: true notify-success: true notify-failure: true - notify-back-to-normal: true \ No newline at end of file + notify-back-to-normal: true diff --git a/jjb/geode/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index 159d65a78..a1167fee0 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -20,7 +20,7 @@ - job-template: name: 'apache-geode-{test-type}Test-jdk{java-test-version}' - node: geode-ubuntu2004 + node: geode-ubuntu1804 disabled: false concurrent: true -- 2.25.1