From 03fe3bf77cc9b30867ab47b6fb2d57c0ebd56bd7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 22 Oct 2019 16:11:57 -0700 Subject: [PATCH] Switch to the opensuse-15 nodeset We are trying to deprecate the opensuse-150 label type in favor of the opensuse-15 label. The reason for this is opensuse 15, like centos, doesn't support its older point releases and instead expects users to keep up to date on its minor updates. This allows us to carry one fewer image in opendev and ensures we are testing supported releases. Change-Id: I14e939c1dc8096b1f92424b08c4d469e2d53aacc --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dba24c07..38ba2799 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -23,7 +23,7 @@ - freezer-tempest-scheduler experimental: jobs: - - freezer-opensuse-150 + - freezer-opensuse-15 - job: name: freezer-legacy-dsvm-base @@ -49,6 +49,6 @@ nodeset: centos-7 - job: - name: freezer-opensuse-150 + name: freezer-opensuse-15 parent: freezer-legacy-dsvm-base - nodeset: opensuse-150 + nodeset: opensuse-15