From 9b02a6ebe2564eb7942e2f6bd22ff0dfba5982d0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 3 Feb 2018 16:41:26 +0100 Subject: [PATCH] Import infra-ansible job Import the infra-ansible job, convert it to Zuul v3 native and rename for our naming conventions. Change-Id: I5669fd546e4c1ae33133ce7a45e7615a67983532 --- .zuul.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..eeecad9 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,13 @@ +- job: + name: infra-ansible-tox-ansible-syntax-check + parent: tox + vars: + tox_envlist: ansible-syntax-check + +- project: + check: + jobs: + - infra-ansible-tox-ansible-syntax-check + gate: + jobs: + - infra-ansible-tox-ansible-syntax-check