From 9d07dd675e9e8daaa6da44114bfe2bd1ca32f3b6 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 5 Dec 2018 16:48:31 -0500 Subject: [PATCH] Stop gating on ubuntu-xenial There is no issues running ubuntu-bionic, so stop gating on ubuntu-xenial to save CI resources. Change-Id: If3df793eddb52b03c32afb028f69186c26e474d5 Depends-On: https://review.openstack.org/623074 Signed-off-by: Paul Belanger --- .zuul.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9a8c24c..04a9afa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,11 +22,6 @@ parent: ansible-role-zuul nodeset: ubuntu-bionic -- job: - name: ansible-role-zuul-ubuntu-xenial - parent: ansible-role-zuul - nodeset: ubuntu-xenial - # Testing for zuul_install_method: git - job: name: ansible-role-zuul-src @@ -47,31 +42,21 @@ parent: ansible-role-zuul-src nodeset: ubuntu-bionic -- job: - name: ansible-role-zuul-src-ubuntu-xenial - parent: ansible-role-zuul-src - nodeset: ubuntu-xenial - - project: templates: - windmill-jobs-fedora-latest - windmill-jobs-bionic - - windmill-jobs-xenial check: jobs: - ansible-role-zuul-fedora-latest - ansible-role-zuul-ubuntu-bionic - - ansible-role-zuul-ubuntu-xenial - ansible-role-zuul-src-fedora-latest - ansible-role-zuul-src-ubuntu-bionic - - ansible-role-zuul-src-ubuntu-xenial - tox-linters gate: jobs: - ansible-role-zuul-fedora-latest - ansible-role-zuul-ubuntu-bionic - - ansible-role-zuul-ubuntu-xenial - ansible-role-zuul-src-fedora-latest - ansible-role-zuul-src-ubuntu-bionic - - ansible-role-zuul-src-ubuntu-xenial - tox-linters