Skip to content

Commit a96cd75

Browse files
authored
Merge pull request #159 from nathan-weinberg/ami
ci: use org variable for AWS EC2 AMI in E2E CI jobs
2 parents d782c39 + 8610b06 commit a96cd75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-nvidia-a10g-x1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
mode: start
5656
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
57-
ec2-image-id: ami-01a89eee1adde309c
57+
ec2-image-id: ${{ vars.AWS_EC2_AMI }}
5858
ec2-instance-type: g5.4xlarge
5959
subnet-id: subnet-02d230cffd9385bd4
6060
security-group-id: sg-06300447c4a5fbef3

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
mode: start
3434
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
35-
ec2-image-id: ami-01a89eee1adde309c
35+
ec2-image-id: ${{ vars.AWS_EC2_AMI }}
3636
ec2-instance-type: g6e.12xlarge
3737
subnet-id: subnet-024298cefa3bedd61
3838
security-group-id: sg-06300447c4a5fbef3

0 commit comments

Comments
 (0)