From 685f9cdd9281d0153880a254206c696008bbc66e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 5 Oct 2021 16:37:25 +0000 Subject: [PATCH] Test ansible-devel with an ubuntu-focal bridge.o.o As of https://github.com/ansible/ansible/commit/724800c (and now 2.12.0b1), ansible started requiring Python 3.8 or later on controllers. Switch our representative bridge.openstack.org test nodes to the ubuntu-focal label which has 3.8.10 as its default python3 so we can determine whether it's safe to upgrade production similarly. Change-Id: Ie1dc4dfaaf08ab74bf59717610231855926e9d19 --- zuul.d/system-config-run.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 2d356892b0..365cf4e8bc 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -75,6 +75,16 @@ parent: system-config-run-base description: | Run the base playbook with the latest ansible. + nodeset: + nodes: + - name: bridge.openstack.org + label: ubuntu-focal + - name: xenial + label: ubuntu-xenial + - name: bionic + label: ubuntu-bionic + - name: focal + label: ubuntu-focal required-projects: - name: github.com/ansible/ansible override-checkout: devel