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

Remove ansible-runner project #1003

Merged
merged 1 commit into from
Jan 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 0 additions & 29 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,35 +868,6 @@
- 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