From 7a7c358ec4bb59553ffef5ed62eef05d8098e952 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Mon, 21 Feb 2022 15:13:22 +0200 Subject: [PATCH] Adds c9 content provider to check layout for wallaby See topic branch and depends-on for related reviews but basically run c9 on wallaby alongside the c8 jobs [1] https://review.opendev.org/q/topic:c9_wallaby_gates Depends-On: https://review.opendev.org/c/openstack/tripleo-ci/+/830132 Change-Id: Idb6192e53615714acac787b9de9b7186c32edcd5 --- zuul.d/layout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 2e98160c3..b9bf599d5 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -13,8 +13,9 @@ - tripleo-upgrades-wallaby-pipeline check: jobs: - - tripleo-ci-centos-8-content-provider: + - tripleo-ci-centos-8-content-provider: &content_provider_deps dependencies: - openstack-tox-pep8 - openstack-tox-py36 - openstack-tox-py37 + - tripleo-ci-centos-9-content-provider: *content_provider_deps