summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..5a6b6a7
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,21 @@
+- job:
+ name: heatclient-functional
+ parent: legacy-dsvm-base
+ run: playbooks/devstack/functional-run.yaml
+ post-run: playbooks/devstack/functional-post.yaml
+ timeout: 4200
+ required-projects:
+ - openstack-infra/devstack-gate
+ - openstack/heat
+ - openstack/python-heatclient
+ vars:
+ branch_override: "default"
+
+- project:
+ name: openstack/python-heatclient
+ check:
+ jobs:
+ - heatclient-functional
+ gate:
+ jobs:
+ - heatclient-functional