From 3210fd8366bd169430be53870356077fcf250997 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 23 Oct 2018 12:44:42 +0100 Subject: [PATCH] Add bionic py3 test and switch linters/integrated to bionic As we switch Stein towards being primarily tested via bionic, we add a py3 job for bionic, switch the linters test to use bionic and finally switch the integrated experimental job to use bionic instead of xenial. Depends-On: https://review.openstack.org/613030 Change-Id: I80ed525d759d316620c77b688469aeedc13692bc --- zuul.d/jobs.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 75318e1c..aad741c8 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -93,7 +93,7 @@ Run lint tests for an OpenStack-Ansible project. Uses tox with the ``linters`` environment. timeout: 900 # 15 mins - nodeset: ubuntu-xenial + nodeset: ubuntu-bionic vars: tox_env: linters @@ -204,11 +204,12 @@ of the ``tox_env`` variable. The OpenStack-Ansible repo to execute the tests from must be specified in the ``osa_test_repo`` variable. - nodeset: ubuntu-xenial + nodeset: ubuntu-bionic - job: name: openstack-ansible-integrated-deploy-aio parent: openstack-ansible-deploy-aio + nodeset: ubuntu-bionic voting: false required-projects: - openstack/openstack-ansible @@ -229,6 +230,12 @@ vars: scenario: ceph +- job: + name: openstack-ansible-python3-ubuntu-bionic + parent: openstack-ansible-functional-ubuntu-bionic + vars: + tox_env: func_py3 + - job: name: openstack-ansible-python3-ubuntu-xenial parent: openstack-ansible-functional-ubuntu-xenial