diff options
author | Zuul <zuul@review.openstack.org> | 2018-10-12 04:50:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-10-12 04:50:11 +0000 |
commit | 859141cf4f5b317563511b88b47981d5487acddf (patch) | |
tree | 0227cc2df5fdb878420a999b87efb70ad4d92266 /.zuul.yaml | |
parent | d633dcb48a0bda637a60fbb9575720a877be526f (diff) | |
parent | 011d765915b4cf88f4db92e017a034a3efe5f40c (diff) | |
download | zuul-859141cf4f5b317563511b88b47981d5487acddf.tar.gz |
Merge "Add a quick-start test job"
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index e648da3f9..ad049e858 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -58,6 +58,11 @@ vars: zuul_api_url: https://softwarefactory-project.io/zuul +- job: + name: zuul-quick-start + description: Run the commands in the Zuul quick-start documentation. + run: playbooks/quick-start/run.yaml + - project: check: jobs: @@ -87,6 +92,8 @@ - web/.* - zuul-stream-functional - zuul-tox-remote + - zuul-quick-start: + voting: false - pbrx-build-container-images: vars: pbrx_prefix: zuul |