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
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