From e13f6b6f85d9aa3af4d9ec44c6187654abf46e12 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 14 Dec 2017 12:07:37 -0800 Subject: [PATCH] Add DSVM jobs to the gate for ironic-tempest-plugin Previously we only had a pep8 job running for the gate. Add the following gate jobs: - ironic-dsvm-standalone - ironic-grenade-dsvm-multinode-multitenant - ironic-tempest-dsvm-ironic-inspector This is to help minimize the risk of introducing code which breaks the projects which depend on ironic-tempest-plugin. Change-Id: I144dbfbbc0c49562aafae463c70392c0d289cd52 --- zuul.d/project.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 zuul.d/project.yaml diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml new file mode 100644 index 0000000..3634b14 --- /dev/null +++ b/zuul.d/project.yaml @@ -0,0 +1,12 @@ +- project: + name: openstack/ironic-tempest-plugin + check: + jobs: + - ironic-dsvm-standalone + - ironic-grenade-dsvm-multinode-multitenant + - ironic-tempest-dsvm-ironic-inspector + gate: + jobs: + - ironic-dsvm-standalone + - ironic-grenade-dsvm-multinode-multitenant + - ironic-tempest-dsvm-ironic-inspector