We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb825b commit c6f41adCopy full SHA for c6f41ad
1 file changed
scripts/ci/perf_test.sh
@@ -13,7 +13,7 @@ instance_info=$(aws --region us-west-2 ec2 run-instances \
13
--block-device-mappings DeviceName=/dev/sda1,Ebs={VolumeSize=200} \
14
--key-name circleci-oss-test \
15
--security-group-ids sg-03004366a38eccc97 \
16
- --subnet-id subnet-0c079d746f27ede5e \
+ --subnet-id subnet-3f84ec65 \
17
--tag-specifications "ResourceType=instance,Tags=[{Key=Name,Value=oss-perftest-$datestring-${CIRCLE_BRANCH}-${CIRCLE_SHA1}}]")
18
19
# get instance info
0 commit comments