From 2a2731be1b59a5771c03884ea4164dcfd3d35379 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 6 Dec 2018 21:13:06 -0500 Subject: [PATCH] Stop testing with ubuntu-xenial We can move to bionic as there are no issues, also allows us to save CI resources. Change-Id: I68e6a7fbf6d68e8721fadbee65222aae384ac8a0 Signed-off-by: Paul Belanger --- .zuul.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 1a47384..4562196 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,11 +20,6 @@ parent: ansible-role-shade nodeset: ubuntu-bionic -- job: - name: ansible-role-shade-ubuntu-xenial - parent: ansible-role-shade - nodeset: ubuntu-xenial - # Testing for nodepool_install_method: git - job: name: ansible-role-shade-src @@ -45,29 +40,21 @@ parent: ansible-role-shade-src nodeset: ubuntu-bionic -- job: - name: ansible-role-shade-src-ubuntu-xenial - parent: ansible-role-shade-src - nodeset: ubuntu-xenial - - project: templates: - windmill-jobs-fedora-latest - windmill-jobs-bionic - - windmill-jobs-xenial check: jobs: - ansible-role-shade-fedora-latest - ansible-role-shade-ubuntu-bionic - - ansible-role-shade-ubuntu-xenial - ansible-role-shade-src-fedora-latest - ansible-role-shade-src-ubuntu-bionic - - ansible-role-shade-src-ubuntu-xenial - tox-linters gate: jobs: - ansible-role-shade-fedora-latest - - ansible-role-shade-ubuntu-xenial + - ansible-role-shade-ubuntu-bionic - ansible-role-shade-src-fedora-latest - - ansible-role-shade-src-ubuntu-xenial + - ansible-role-shade-src-ubuntu-bionic - tox-linters