Skip to content

Commit d3eaeeb

Browse files
committed
Try different account
1 parent 26ff2cc commit d3eaeeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
instance-type: i8g.xlarge # Graviton4
5555
ami-id: ami-0375de6ea0af17f87
5656
region: us-west-2
57-
subnet-id: ""
58-
security-group-id: ""
57+
subnet-id: subnet-880013ed
58+
security-group-id: sg-8693a7fe
5959
outputs:
6060
label: ${{ steps.start-ec2-runner.outputs.label }}
6161
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
@@ -78,8 +78,8 @@ jobs:
7878
# Ubuntu 22.04 128GB Storage AMI
7979
ec2-image-id: ${{ matrix.ami-id }}
8080
ec2-instance-type: ${{ matrix.instance-type }}
81-
subnet-id: ""
82-
security-group-id: ""
81+
subnet-id: ${{ env.SUBNET_ID }}
82+
security-group-id: ${{ env.SECURITY_GROUP_ID}}
8383
label: ${{ matrix.architecture }}-${{ matrix.instance-type }}-${{ github.run_id }}
8484

8585
benchmark:

0 commit comments

Comments
 (0)