From c6ee723c7d4daefe391590f341c419effc05cc50 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 22 Oct 2019 16:12: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: Ia62f411b437d8796aec5d98c49ec59dbe736e4e3 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 74bc6588..f2c83e05 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -25,7 +25,7 @@ - freezer-tempest-scheduler experimental: jobs: - - freezer-opensuse-150 + - freezer-opensuse-15 - job: name: freezer-legacy-dsvm-base @@ -51,6 +51,6 @@ nodeset: centos-7 - job: - name: freezer-opensuse-150 + name: freezer-opensuse-15 parent: freezer-legacy-dsvm-base - nodeset: opensuse-150 + nodeset: opensuse-15