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 c80d2a1
Showing 1 changed file with 6 additions and 6 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

0 comments on commit c80d2a1

Please sign in to comment.