From f6a7cf53433df7253163d309e30ec321e3111c93 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 27 Jul 2020 11:36:33 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 151700e3..ea39de92 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -227,6 +227,19 @@ vars: 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: check: jobs: @@ -282,6 +295,11 @@ dependencies: *deps_unit_lint irrelevant-files: *ignore_files + - bifrost-collections-src: + voting: false + - bifrost-keystone-collections-src: + voting: false + gate: jobs: - tox-pep8 @@ -316,3 +334,5 @@ - 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-devel + - bifrost-collections-src + - bifrost-keystone-collections-src