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

Make 2.2 images latest #1051

Merged
merged 1 commit into from May 9, 2022
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions .zuul.d/jobs.yaml
Expand Up @@ -32,8 +32,8 @@
- github.com/ansible/ansible
tags:
# If zuul.tag is defined: [ '3', '3.19', '3.19.0' ]. Only works for 3-component tags.
# Otherwise: ['devel']
"{{ zuul.tag is defined | ternary([zuul.get('tag', '').split('.')[0], '.'.join(zuul.get('tag', '').split('.')[:2]), zuul.get('tag', '')], ['devel']) }}"
# Otherwise: ['latest']
"{{ zuul.tag is defined | ternary([zuul.get('tag', '').split('.')[0], '.'.join(zuul.get('tag', '').split('.')[:2]), zuul.get('tag', '')], ['latest']) }}"
docker_images: *container_images

- job:
Expand Down Expand Up @@ -79,7 +79,7 @@
siblings:
- github.com/ansible/ansible
tags:
- stable-2.12-devel
- stable-2.12-latest
docker_images: *container_images_stable_2_12

- job:
Expand Down Expand Up @@ -126,7 +126,7 @@
siblings:
- github.com/ansible/ansible
tags:
- stable-2.11-devel
- stable-2.11-latest
docker_images: *container_images_stable_2_11

- job:
Expand Down Expand Up @@ -173,7 +173,7 @@
siblings:
- github.com/ansible/ansible
tags:
- stable-2.10-devel
- stable-2.10-latest
docker_images: *container_images_stable_2_10

- job:
Expand Down Expand Up @@ -221,7 +221,7 @@
siblings:
- github.com/ansible/ansible
tags:
- stable-2.9-devel
- stable-2.9-latest
docker_images: *container_images_stable_2_9

- job:
Expand Down
15 changes: 14 additions & 1 deletion .zuul.d/project.yaml
Expand Up @@ -7,4 +7,17 @@
post:
jobs: []
periodic:
jobs: []
jobs:
- ansible-buildset-registry
- ansible-runner-upload-container-image-stable-2.9:
vars:
upload_container_image_promote: false
- ansible-runner-upload-container-image-stable-2.10:
vars:
upload_container_image_promote: false
- ansible-runner-upload-container-image-stable-2.11:
vars:
upload_container_image_promote: false
- ansible-runner-upload-container-image-stable-2.12:
vars:
upload_container_image_promote: false