LYN-4666 Make AR builds use the stabilization/2106 snapshot (#1440)

* use snapshots out of stabilization

* temporal print to figure out why the mount is not used

* removing print used for debugging
main
Esteban Papp 5 years ago committed by GitHub
parent d5490ecf69
commit 44d8e7b804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -178,7 +178,7 @@ def delete_volume(ec2_client, volume_id):
print 'Volume {} deleted'.format(volume_id)
def find_snapshot_id(ec2_client, repository_name, project, pipeline, platform, build_type, disk_size):
mount_name = get_mount_name(repository_name, project, pipeline, 'main', platform, build_type) # we take snapshots out of main
mount_name = get_mount_name(repository_name, project, pipeline, 'stabilization_2106', platform, build_type) # we take snapshots out of stabilization_2106
response = ec2_client.describe_snapshots(Filters= [{
'Name': 'tag:Name', 'Values': [mount_name]
}])

Loading…
Cancel
Save