summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2017-12-07 14:19:53 +0000
committerJens Harbott <j.harbott@x-ion.de>2017-12-07 14:19:53 +0000
commit90726f9b3bf4de67d4413e14df17c17ba6cec8cd (patch)
treebf670f97dc3165438e42854a6b4dfc7234eab61b /.zuul.yaml
parent31580693224e1b89b58b61ff8fde1b6569fdca79 (diff)
downloadpython-designateclient-90726f9b3bf4de67d4413e14df17c17ba6cec8cd.tar.gz
Remove unneeded requirements file
Need to make requirements-check non-voting in order for this to pass, will undo that afterwards. Change-Id: I939ef1da660e939fe0ff9c6eaa4919e3e1d21fee
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e2361e2..93a4602 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,4 +1,12 @@
- project:
name: openstack/python-designateclient
templates:
- - designate-devstack-jobs \ No newline at end of file
+ - designate-devstack-jobs
+ check:
+ jobs:
+ - requirements-check:
+ voting: false
+ gate:
+ jobs:
+ - requirements-check:
+ voting: false