Skip to content

Commit f55aec9

Browse files
committed
Slightly clarify the instance names of rr release test runners.
1 parent e98bb1b commit f55aec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-process/test-system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self, machine_type, architecture, distro_config, keypair_pem_file):
6262

6363
tags = [{
6464
'ResourceType': 'instance',
65-
'Tags': [{'Key': 'Name', 'Value': "rr-test %s %s"%(self.distro_name, architecture)}]
65+
'Tags': [{'Key': 'Name', 'Value': "rr release test %s %s"%(self.distro_name, architecture)}]
6666
}]
6767
response = self.ec2.create_instances(ImageId=ami, InstanceType=machine_type,
6868
KeyName='rr-testing', MinCount=1, MaxCount=1,

0 commit comments

Comments
 (0)