Skip to content

Commit

Permalink
Add custom integration python job
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews committed Aug 12, 2021
1 parent 4de5242 commit 91aa690
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions .zuul.d/playbooks/ansible-runner-integration/pre.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
- hosts: all
roles:
- ensure-docker
2 changes: 1 addition & 1 deletion .zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91aa690

Please sign in to comment.