KASM-6955 Add retries to manifest jobs

This commit is contained in:
Ian Tangney 2025-04-01 14:17:58 +00:00
parent 876ebf81c6
commit f834eff3d1
No known key found for this signature in database

View File

@ -166,6 +166,7 @@ manifest_{{ IMAGE.name }}:
needs:
- test_{{ IMAGE.name }}
when: on_success
retry: 1
tags:
- oci-fixed-amd
{% endfor %}
@ -196,6 +197,7 @@ manifest_{{ IMAGE.name }}:
needs:
- test_{{ IMAGE.name }}
when: on_success
retry: 1
tags:
- oci-fixed-amd
{% endfor %}