Skip to content
Snippets Groups Projects
Commit 245b1f1a authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'ami-trf' into 'master'

Use cached AMI tag request in job transforms

See merge request !59882
parents d57b8799 e655f281
No related branches found
No related tags found
1 merge request!59882Use cached AMI tag request in job transforms
......@@ -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