File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1515name : End-to-end tests
1616
1717on :
18- # workflow_run:
19- # workflows: [image]
20- # types:
21- # - completed
22- # branches:
23- # - main
2418 pull_request :
2519 types :
2620 - opened
3125 branches :
3226 - main
3327
34-
3528jobs :
3629 e2e-tests-nvidiadriver :
3730 runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change 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
3131jobs :
3232 image :
You can’t perform that action at this time.
0 commit comments