commit 3df51c8e4f3c992ab3b24c9e71c328395029b1d9 Author: Sagi Shnaidman Date: Tue Oct 13 11:13:42 2020 +0300 Run providers always to prevent freezing graph errors When providers jobs run in template only there are errors from Zuul about "unable to freeze the graph". Let's run them always to prevent such errors. Change-Id: I2a563e7a1596a59cf4039c70818f41a01b4d5963 diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 25a2037..1a15f9c 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -19,6 +19,8 @@ - openstack-tox-linters - tripleo-build-containers-ubi-8 - tripleo-ci-centos-8-content-provider + - tripleo-ci-centos-8-content-provider-ussuri + - tripleo-ci-centos-8-content-provider-train - tripleo-tox-molecule: vars: tox_environment: @@ -71,5 +73,7 @@ - openstack-tox-py36: files: *py_files - tripleo-ci-centos-8-content-provider + - tripleo-ci-centos-8-content-provider-ussuri + - tripleo-ci-centos-8-content-provider-train - tripleo-ci-centos-7-standalone-upgrade-train: branches: master