Merge "Fix promote cleanup"

This commit is contained in:
Zuul 2020-09-29 06:42:44 +00:00 committed by Gerrit Code Review
commit cbe1b4a5aa

View File

@ -9,7 +9,7 @@
loop_control:
loop_var: zj_docker_tag
when:
- zj_docker_tag.name.startswith('change_') or zj_docker_tag.name.startswith(zuul.pipeline))
- zj_docker_tag.name.startswith('change_') or zj_docker_tag.name.startswith(zuul.pipeline)
# Was updated > 24 hours ago:
- "{{ ((ansible_date_time.iso8601 | regex_replace('^(....-..-..)T(..:..:..).*Z', '\\1 \\2') | to_datetime) - (zj_docker_tag.last_updated | regex_replace('^(....-..-..)T(..:..:..).*Z', '\\1 \\2') | to_datetime)).seconds > 86400 }}"
uri: