From 0f532d10f373a3c6cf26be09045da5a934214729 Mon Sep 17 00:00:00 2001 From: Jakob Meng Date: Tue, 22 Mar 2022 11:40:56 +0100 Subject: [PATCH] Run *-releases job on master branch only Latest releases of OpenStack SDK will soon be 1.* versioned which our stable/1.0.0 branch is incompatible with. We will have to add a siblings job for *-releases later which pulls the latest release of the 0.* series of the OpenStack SDK and runs on commits for our stable/1.0.0 branch. Change-Id: I77f6730e8c9e5840be460795a17c9d48aeecccd0 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index e5b9c226..90aeb618 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -78,12 +78,12 @@ - job: name: ansible-collections-openstack-functional-devstack-releases parent: ansible-collections-openstack-functional-devstack - override-checkout: master + branches: master description: | Run openstack collections functional tests against a master devstack using releases of openstacksdk and latest ansible release vars: - tox_envlist: ansible + tox_envlist: ansible-2.12 tox_install_siblings: false # Job with Ansible 2.9 for checking backward compatibility