Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add stable 2.13 integration jobs for utils. #1475

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions zuul.d/ansible-utils-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
vars:
ansible_runner_container_version: stable-2.12-devel

- job:
name: ansible-ee-integration-ansible-utils-stable2.13
parent: ansible-ee-integration-ansible-utils-latest
vars:
ansible_runner_container_version: stable-2.13-devel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansible-runner container job required for stable-2.13 in ansible/ansible-runner


- job:
name: ansible-ee-integration-ansible-utils-stable2.10
parent: ansible-ee-integration-ansible-utils-latest
Expand Down
1 change: 1 addition & 0 deletions zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@
check:
jobs: &ansible-collections-ansible-utils-jobs
- ansible-ee-integration-ansible-utils-latest
- ansible-ee-integration-ansible-utils-stable2.13
- ansible-ee-integration-ansible-utils-stable2.12
- ansible-ee-integration-ansible-utils-stable2.11
- ansible-ee-integration-ansible-utils-stable2.10
Expand Down