From 8dc436e164142444e87ba3e32b21ce80ebea06ac Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 22 May 2018 07:40:46 +0100 Subject: [PATCH] Enable Zuul (#84) Now we are happy with how network-engine-zuul has been performing, we can make Zuul live on the main development repo --- .zuul.yaml | 11 ++++++++++- tests/ansible.cfg | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/ansible.cfg diff --git a/.zuul.yaml b/.zuul.yaml index 2a5dca9..3537645 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 diff --git a/tests/ansible.cfg b/tests/ansible.cfg new file mode 100644 index 0000000..14c8065 --- /dev/null +++ b/tests/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +host_key_checking = False