mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user