From 91aa69072bc00f16ea8420a5d102a8396d5a4c8e Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Thu, 12 Aug 2021 12:13:10 -0400 Subject: [PATCH] Add custom integration python job --- .zuul.d/jobs.yaml | 5 +++++ .zuul.d/playbooks/ansible-runner-integration/pre.yml | 4 ++++ .zuul.d/project.yaml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .zuul.d/playbooks/ansible-runner-integration/pre.yml diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index bbc3bf5c8..fa0323825 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -193,3 +193,8 @@ - job: name: ansible-runner-upload-container-image-stable-2.9 parent: ansible-runner-container-image-base + +- job: + name: ansible-runner-integration + parent: ansible-tox-py38 + pre-run: .zuul.d/playbooks/ansible-runner-integration/pre.yml diff --git a/.zuul.d/playbooks/ansible-runner-integration/pre.yml b/.zuul.d/playbooks/ansible-runner-integration/pre.yml new file mode 100644 index 000000000..ee07027c4 --- /dev/null +++ b/.zuul.d/playbooks/ansible-runner-integration/pre.yml @@ -0,0 +1,4 @@ +--- +- hosts: all + roles: + - ensure-docker diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 48dfff512..b5116b755 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -6,7 +6,7 @@ - ansible-runner-build-container-image-stable-2.9 - ansible-runner-build-container-image-stable-2.10 - ansible-runner-build-container-image-stable-2.11 - - ansible-tox-py38 + - ansible-runner-integration - ansible-tox-docs: vars: sphinx_build_dir: docs/build