From e3997863438be50e08011ef7f347cd74beff8458 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 19 Apr 2018 17:54:49 -0400 Subject: [PATCH] Switch from debian-jessie to debian-stable (stretch) Now that we have debian-stretch images online for openstack-infra, we'd like to remove debian-jessie[1]. This updates zuul jobs to use the debian-stable label, which happens to now be debian-stretch. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-April/129573.html Change-Id: I7ea475bbdcde533dfde0a30bb516a5fe3a83cab7 Signed-off-by: Paul Belanger --- zuul.d/jobs.yaml | 4 ++-- zuul.d/project.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 7777f670..897356bd 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -14,9 +14,9 @@ # limitations under the License. - job: - name: openstack-ansible-functional-debian-jessie + name: openstack-ansible-functional-debian-stable parent: openstack-ansible-functional - nodeset: debian-jessie + nodeset: debian-stable - job: name: openstack-ansible-functional-fedora-27 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index b0ce1e20..174954ee 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,7 +17,7 @@ jobs: - openstack-ansible-linters - openstack-ansible-functional-centos-7 - - openstack-ansible-functional-debian-jessie + - openstack-ansible-functional-debian-stable - openstack-ansible-functional-fedora-27 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial @@ -28,7 +28,7 @@ jobs: - openstack-ansible-linters - openstack-ansible-functional-centos-7 - - openstack-ansible-functional-debian-jessie + - openstack-ansible-functional-debian-stable - openstack-ansible-functional-fedora-27 - openstack-ansible-functional-opensuse-423 - openstack-ansible-functional-ubuntu-xenial