Skip to content

Commit 0818757

Browse files
committed
adding Run ID to tileops runner for ease of location
1 parent ffd4b9e commit 0818757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batch-setup/cron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def bucket_name(arg_name, bucket_function):
646646
ResourceType='instance',
647647
Tags=[
648648
dict(Key='tps-instance', Value=args.run_id),
649-
dict(Key='Name', Value='Tileops Runner'),
649+
dict(Key='Name', Value='Tileops Runner-%s' % args.run_id),
650650
dict(Key='cost_sub_feature', Value="Tile Build"),
651651
dict(Key='cost_resource_group', Value=args.run_id),
652652
],

0 commit comments

Comments
 (0)