Skip to content

Commit

Permalink
Revert "Revert "Use NV-GHA runners""
Browse files Browse the repository at this point in the history
This reverts commit 0efdd6d.
  • Loading branch information
cdesiniotis committed Oct 31, 2024
1 parent daefe23 commit b7360c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
name: CI

on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- "pull-request/[0-9]+"
- main
- release-*

Expand Down Expand Up @@ -213,7 +207,7 @@ jobs:
### e2e tests ###
e2e-tests-containerd:
needs: [build-gpu-operator, build-gpu-operator-validator]
runs-on: ubuntu-latest
runs-on: linux-amd64-cpu4
steps:
- uses: actions/checkout@v4
name: Check out code
Expand Down Expand Up @@ -265,7 +259,7 @@ jobs:

e2e-tests-nvidiadriver:
needs: [build-gpu-operator, build-gpu-operator-validator]
runs-on: ubuntu-latest
runs-on: linux-amd64-cpu4
steps:
- uses: actions/checkout@v4
name: Check out code
Expand Down
7 changes: 6 additions & 1 deletion tests/holodeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ spec:
type: g4dn.xlarge
region: us-west-1
ingressIpRanges:
- 0.0.0.0/0
- 18.190.12.32/32
- 3.143.46.93/32
- 52.15.119.136/32
- 35.155.108.162/32
- 35.162.190.51/32
- 54.201.61.24/32
image:
architecture: amd64
imageId: ami-0ce2cb35386fc22e9
Expand Down

0 comments on commit b7360c3

Please sign in to comment.