From 331004a911f27fe84b1cecb88591f9b9c370fbda Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 6 Dec 2018 21:18:48 -0500 Subject: [PATCH] Stop testing on ubuntu-xenial We can drop xenial support as bionic is stable, this also saves us some CI resources. Change-Id: Id0731f3f9eb35c1572bd038ffb92ddabf97906b3 Signed-off-by: Paul Belanger --- .zuul.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 85e63dc..970f00e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,25 +14,17 @@ parent: ansible-role-logrotate nodeset: ubuntu-bionic -- job: - name: ansible-role-logrotate-ubuntu-xenial - parent: ansible-role-logrotate - nodeset: ubuntu-xenial - - project: templates: - windmill-jobs-fedora-latest - windmill-jobs-bionic - - windmill-jobs-xenial check: jobs: - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-bionic - - ansible-role-logrotate-ubuntu-xenial - tox-linters gate: jobs: - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-bionic - - ansible-role-logrotate-ubuntu-xenial - tox-linters