From b60a7e41f7817617ade1b992296e60ad4d95df6c Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 19 Sep 2023 21:47:42 +0200 Subject: [PATCH] Include openstack-tox-py311 job Getting rid of the antelope template and replacing it with the list of the jobs instead - it's gonna be easier to add newer python jobs as we won't have to check which ones are a part of a template and which need to be added directly. Change-Id: I37e72fda65ffc43ce90a6d5724628c405f13acdd --- .zuul.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 23df8a4..b359cee 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,13 @@ - project: templates: - openstack-cover-jobs - - openstack-python3-antelope-jobs check: jobs: + - openstack-tox-pep8 + - openstack-tox-py38 + - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - refstack-client-devstack-master: # Define a list of irrelevant files to use everywhere else irrelevant-files: &refstack-client-irrelevant-files @@ -23,6 +27,11 @@ - openstack-tox-py39 gate: jobs: + - openstack-tox-pep8 + - openstack-tox-py38 + - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - refstack-client-devstack-master: irrelevant-files: *refstack-client-irrelevant-files - refstack-client-devstack-2023-1: