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