From 598929e476f32ce3df45cfb8b7b09c6f3f8e8c98 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 9 Jul 2019 11:18:38 +0000 Subject: [PATCH] CI: Use Ubuntu Bionic for nodeset Currently, treasuremap CI uses Ubuntu-Xenial. This change moves to Ubuntu-Bionic in order to use the version of Docker requested by the OpenStack-Helm minikube script. Change-Id: Iba9bfda21c5a9995c775ff9bdc6bc9e0e2260d1b --- .zuul.yaml | 4 ++-- tools/gate/playbooks/airskiff-deploy-gate.yaml | 2 +- tools/gate/playbooks/airskiff-reduce-site.yaml | 2 +- tools/gate/playbooks/debug-report.yaml | 2 +- tools/gate/playbooks/generate-certs.yaml | 2 +- tools/gate/playbooks/git-config.yaml | 2 +- tools/gate/playbooks/install-docker.yaml | 2 +- tools/gate/playbooks/site-lint.yaml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 54d4550bd..4d00ac93a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -38,8 +38,8 @@ - nodeset: name: treasuremap-single-node nodes: - - name: ubuntu-xenial - label: ubuntu-xenial + - name: ubuntu-bionic + label: ubuntu-bionic - job: name: treasuremap-site-lint diff --git a/tools/gate/playbooks/airskiff-deploy-gate.yaml b/tools/gate/playbooks/airskiff-deploy-gate.yaml index 8eae9e50e..ee71f4e83 100644 --- a/tools/gate/playbooks/airskiff-deploy-gate.yaml +++ b/tools/gate/playbooks/airskiff-deploy-gate.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Install required packages shell: | diff --git a/tools/gate/playbooks/airskiff-reduce-site.yaml b/tools/gate/playbooks/airskiff-reduce-site.yaml index ba8181272..e6b16a5bc 100644 --- a/tools/gate/playbooks/airskiff-reduce-site.yaml +++ b/tools/gate/playbooks/airskiff-reduce-site.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Replace Armada manifest shell: | diff --git a/tools/gate/playbooks/debug-report.yaml b/tools/gate/playbooks/debug-report.yaml index 45714035c..eadd0af78 100644 --- a/tools/gate/playbooks/debug-report.yaml +++ b/tools/gate/playbooks/debug-report.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Build debug report shell: | diff --git a/tools/gate/playbooks/generate-certs.yaml b/tools/gate/playbooks/generate-certs.yaml index 2a15e1779..20ddf3185 100644 --- a/tools/gate/playbooks/generate-certs.yaml +++ b/tools/gate/playbooks/generate-certs.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Generate site certificates shell: | diff --git a/tools/gate/playbooks/git-config.yaml b/tools/gate/playbooks/git-config.yaml index 97af8ae66..7d86b30e3 100644 --- a/tools/gate/playbooks/git-config.yaml +++ b/tools/gate/playbooks/git-config.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Git config shell: | diff --git a/tools/gate/playbooks/install-docker.yaml b/tools/gate/playbooks/install-docker.yaml index 7c39e66e8..cd74bf9db 100644 --- a/tools/gate/playbooks/install-docker.yaml +++ b/tools/gate/playbooks/install-docker.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Install Docker CE shell: | diff --git a/tools/gate/playbooks/site-lint.yaml b/tools/gate/playbooks/site-lint.yaml index a19e79a86..e98ebbd19 100644 --- a/tools/gate/playbooks/site-lint.yaml +++ b/tools/gate/playbooks/site-lint.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- hosts: ubuntu-xenial +- hosts: ubuntu-bionic tasks: - name: Lint site shell: |