Skip to content

Commit 34014ea

Browse files
committed
amazon linux 2023 support
1 parent faea73e commit 34014ea

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
name: End-to-end tests
1616

1717
on:
18-
# workflow_run:
19-
# workflows: [image]
20-
# types:
21-
# - completed
22-
# branches:
23-
# - main
2418
pull_request:
2519
types:
2620
- opened
@@ -31,7 +25,6 @@ on:
3125
branches:
3226
- main
3327

34-
3528
jobs:
3629
e2e-tests-nvidiadriver:
3730
runs-on: ubuntu-latest
@@ -60,7 +53,7 @@ jobs:
6053

6154
- name: Set and Calculate test vars
6255
run: |
63-
echo "instance_hostname=ec2-user@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
56+
echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
6457
echo "private_key=${{ github.workspace }}/key.pem" >> $GITHUB_ENV
6558
echo "${{ secrets.AWS_SSH_KEY }}" > ${{ github.workspace }}/key.pem && chmod 400 ${{ github.workspace }}/key.pem
6659
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV

.github/workflows/image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ on:
2121
- opened
2222
- synchronize
2323
branches:
24-
- main
25-
- release-*
24+
- main-no
25+
- release-no
2626
push:
2727
branches:
28-
- main
29-
- release-*
28+
- main-no
29+
- release-no
3030

3131
jobs:
3232
image:

0 commit comments

Comments
 (0)