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
This commit is contained in:
Jakob Meng
2022-03-22 11:40:56 +01:00
parent 87858ab976
commit 0f532d10f3

View File

@@ -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