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 e7d1adb commit 704e83b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 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
16 changes: 15 additions & 1 deletion .zuul.d/project.yaml
Expand Up @@ -7,4 +7,18 @@
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

0 comments on commit 704e83b

Please sign in to comment.