Skip to content

Commit 386c4d7

Browse files
authored
Merge pull request #284 from instructlab/mergify/bp/release-v0.5/pr-279
fix: incorrect label for AWS medium runner (backport #279)
2 parents 150feb8 + 2ab8ff9 commit 386c4d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
with:
5555
mode: start
5656
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
57-
ec2-image-id: ami-00c51d9c1374eda97
58-
ec2-instance-type: g4dn.2xlarge
57+
ec2-image-id: ami-01a89eee1adde309c
58+
ec2-instance-type: g5.4xlarge
5959
subnet-id: subnet-02d230cffd9385bd4
6060
security-group-id: sg-06300447c4a5fbef3
6161
iam-role-name: instructlab-ci-runner
6262
aws-resource-tags: >
6363
[
64-
{"Key": "Name", "Value": "instructlab-ci-github-small-runner"},
64+
{"Key": "Name", "Value": "instructlab-ci-github-medium-runner"},
6565
{"Key": "GitHubRepository", "Value": "${{ github.repository }}"},
6666
{"Key": "GitHubRef", "Value": "${{ github.ref }}"},
6767
{"Key": "GitHubPR", "Value": "${{ github.event.number }}"}

0 commit comments

Comments
 (0)