Skip to content

Commit

Permalink
Make 2.2 images latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews committed May 2, 2022
1 parent 49237b8 commit 9619406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
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
3 changes: 0 additions & 3 deletions .zuul.d/project.yaml
Expand Up @@ -9,9 +9,6 @@
periodic:
jobs:
- ansible-buildset-registry
- ansible-runner-upload-container-image:
vars:
upload_container_image_promote: false
- ansible-runner-upload-container-image-stable-2.9:
vars:
upload_container_image_promote: false
Expand Down

0 comments on commit 9619406

Please sign in to comment.