Skip to content

Commit

Permalink
Enable Zuul (ansible-network#84)
Browse files Browse the repository at this point in the history
Now we are happy with how network-engine-zuul has been performing, we
can make Zuul live on the main development repo
  • Loading branch information
gundalow authored May 22, 2018
1 parent f93e992 commit 8dc436e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
- project:
check:
jobs:
- noop
- ansible-test-sanity
- ansible-role-tests-stable-py2
- ansible-role-tests-stable-py3
- ansible-role-tests-devel-py2
gate:
jobs:
- ansible-test-sanity
- ansible-role-tests-stable-py2
- ansible-role-tests-stable-py3
- ansible-role-tests-devel-py2
2 changes: 2 additions & 0 deletions tests/ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[defaults]
host_key_checking = False

0 comments on commit 8dc436e

Please sign in to comment.