mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 14:23:03 +00:00
Add non-voting bifrost jobs
Bifrost has fully switched to the collection, use its jobs to verify changes. This adds two jobs: one with no-auth, one with keystone. Depends-On: https://review.opendev.org/#/c/743167/ Change-Id: I3d46996edb4f8165a559ed70b908316e82a13353
This commit is contained in:
20
.zuul.yaml
20
.zuul.yaml
@@ -227,6 +227,19 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_envlist: linters-2.9
|
tox_envlist: linters-2.9
|
||||||
|
|
||||||
|
# Cross-checks with other projects
|
||||||
|
- job:
|
||||||
|
name: bifrost-collections-src
|
||||||
|
parent: bifrost-integration-tinyipa-ubuntu-bionic
|
||||||
|
required-projects:
|
||||||
|
- openstack/ansible-collections-openstack
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: bifrost-keystone-collections-src
|
||||||
|
parent: bifrost-integration-tinyipa-keystone-ubuntu-bionic
|
||||||
|
required-projects:
|
||||||
|
- openstack/ansible-collections-openstack
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
@@ -282,6 +295,11 @@
|
|||||||
dependencies: *deps_unit_lint
|
dependencies: *deps_unit_lint
|
||||||
irrelevant-files: *ignore_files
|
irrelevant-files: *ignore_files
|
||||||
|
|
||||||
|
- bifrost-collections-src:
|
||||||
|
voting: false
|
||||||
|
- bifrost-keystone-collections-src:
|
||||||
|
voting: false
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
@@ -316,3 +334,5 @@
|
|||||||
- ansible-collections-openstack-functional-devstack-queens-ansible-2.9
|
- ansible-collections-openstack-functional-devstack-queens-ansible-2.9
|
||||||
- ansible-collections-openstack-functional-devstack-queens-ansible-2.10
|
- ansible-collections-openstack-functional-devstack-queens-ansible-2.10
|
||||||
- ansible-collections-openstack-functional-devstack-queens-ansible-devel
|
- ansible-collections-openstack-functional-devstack-queens-ansible-devel
|
||||||
|
- bifrost-collections-src
|
||||||
|
- bifrost-keystone-collections-src
|
||||||
|
|||||||
Reference in New Issue
Block a user