We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff2cc commit d3eaeebCopy full SHA for d3eaeeb
.github/workflows/benchmark.yml
@@ -54,8 +54,8 @@ jobs:
54
instance-type: i8g.xlarge # Graviton4
55
ami-id: ami-0375de6ea0af17f87
56
region: us-west-2
57
- subnet-id: ""
58
- security-group-id: ""
+ subnet-id: subnet-880013ed
+ security-group-id: sg-8693a7fe
59
outputs:
60
label: ${{ steps.start-ec2-runner.outputs.label }}
61
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
@@ -78,8 +78,8 @@ jobs:
78
# Ubuntu 22.04 128GB Storage AMI
79
ec2-image-id: ${{ matrix.ami-id }}
80
ec2-instance-type: ${{ matrix.instance-type }}
81
82
+ subnet-id: ${{ env.SUBNET_ID }}
+ security-group-id: ${{ env.SECURITY_GROUP_ID}}
83
label: ${{ matrix.architecture }}-${{ matrix.instance-type }}-${{ github.run_id }}
84
85
benchmark:
0 commit comments