Skip to content
Snippets Groups Projects
Commit 0ef1ea8e authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch 'cherry-pick-245b1f1a-2' into '22.0-mc20'

Use cached AMI tag request in job transforms, 22.0-mc20 edition

See merge request atlas/athena!60178
......@@ -392,6 +392,7 @@ def get_ami_tag(client, tag, suppressNonJobOptions = True):
command = [
'AMIGetAMITagInfo',
'-amiTag="%s"' % tag,
'-cached',
]
if suppressNonJobOptions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment