Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1004 from ansible/revert-1003-rm-runner
Browse files Browse the repository at this point in the history
Revert "Remove ansible-runner project"

Reverts #1003
ansible-runner project is needed for the network platform jobs. So reverting this change.

Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] committed Jan 19, 2022
2 parents 3a1c411 + f7d9c7b commit 87d2bf8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,35 @@
- system-required
- publish-to-pypi

- project:
name: github.com/ansible/ansible-runner
default-branch: devel
merge-mode: squash-merge
templates:
- system-required
- execution-environments-queue
- publish-to-pypi
check:
jobs:
- ansible-runner-tox-ansible29:
branches: 'devel'
- ansible-runner-tox-ansible-base: # not expecting older stable versions to support ansible-base
branches: 'devel'
- ansible-tox-py27:
branches: '^stable/1.*'
- ansible-tox-py36:
branches: '^stable/1.*'
gate:
jobs:
- ansible-runner-tox-ansible29:
branches: 'devel'
- ansible-runner-tox-ansible-base: # not expecting older stable versions to support ansible-base
branches: 'devel'
- ansible-tox-py27:
branches: '^stable/1.*'
- ansible-tox-py36:
branches: '^stable/1.*'

- project:
name: github.com/ansible/ansible-zuul-jobs
merge-mode: squash-merge
Expand Down

0 comments on commit 87d2bf8

Please sign in to comment.