summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..d201b5c
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,18 @@
+- job:
+ name: heat-templates-check
+ parent: legacy-dsvm-base
+ run: playbooks/devstack/run.yaml
+ post-run: playbooks/devstack/post.yaml
+ timeout: 7500
+ required-projects:
+ - openstack-infra/devstack-gate
+ - openstack/heat
+ - openstack/heat-templates
+
+- project:
+ check:
+ jobs:
+ - heat-templates-check
+ gate:
+ jobs:
+ - heat-templates-check