Skip to content

Commit

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

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

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

e2e-tests-nvidiadriver:
needs: [build-gpu-operator, build-gpu-operator-validator]
runs-on: linux-amd64-cpu4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Check out code
Expand Down
7 changes: 1 addition & 6 deletions tests/holodeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ spec:
type: g4dn.xlarge
region: us-west-1
ingressIpRanges:
- 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
- 0.0.0.0/0
image:
architecture: amd64
imageId: ami-0ce2cb35386fc22e9
Expand Down

0 comments on commit 0efdd6d

Please sign in to comment.