From ed9cd36d834da2a300db8921f69eef72015532fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Jun 2019 09:38:04 +0200 Subject: [PATCH] Switch to opensuse-15 nodeset for bindep testing opensuse-150 nodeset is referring to openSUSE 15.0, which is still in maintenance but openSUSE 15.1 has been released already. "opensuse-15" is going to refer to the "latest openSUSE 15.x" build released and working for OpenStack going forward, so add this nodeset and use it by default going forward. Remove testing against opensuse 423 which is unmaintained and end of life. Depends-On: https://review.opendev.org/#/c/666066/ Change-Id: I8968c39fd0f8e107d0e4046b442e53fa89b1c4c1 --- .zuul.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b1943ab..2cfd84f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,14 +21,9 @@ nodeset: fedora-latest - job: - name: bindep-opensuse-150 + name: bindep-opensuse-15 parent: bindep-base - nodeset: opensuse-150 - -- job: - name: bindep-opensuse-423 - parent: bindep-base - nodeset: opensuse-423 + nodeset: opensuse-15 - job: name: bindep-ubuntu-trusty @@ -45,15 +40,13 @@ jobs: - bindep-centos-7 - bindep-fedora-latest - - bindep-opensuse-150 - - bindep-opensuse-423 + - bindep-opensuse-15 - bindep-ubuntu-trusty - bindep-ubuntu-xenial gate: jobs: - bindep-centos-7 - bindep-fedora-latest - - bindep-opensuse-150 - - bindep-opensuse-423 + - bindep-opensuse-15 - bindep-ubuntu-trusty - bindep-ubuntu-xenial