From 64019c52443637f53f0d9a389f5eda9dce33efdd Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 1 Feb 2019 13:36:10 +0530 Subject: [PATCH] Add tripleo-ci-centos-7-standalone-os-tempest job Since https://review.openstack.org/#/c/627500 marks the integration of os_tempest in tripleo ci, it is good to have a job here to make sure that it does not break tripleo integration. python_venv_build is used in os_tempest so adding tripleo os_tempest (non-voting) jobs makes sure that it does not break the tripleo os_tempest integration. Change-Id: I4d45501844c3d8fe569927fd9ccab231ab093966 --- zuul.d/project.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e4b8357..1c0c871 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -18,3 +18,9 @@ - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 + check: + jobs: + - tripleo-ci-centos-7-standalone-os-tempest + gate: + jobs: + - tripleo-ci-centos-7-standalone-os-tempest