Skip to content

Commit e967ca1

Browse files
authored
Merge pull request #1072 from NVIDIA/rollback-nvgha-runners
Rollback NV-GitHub-Actions runner changes
2 parents 9f7b5c2 + 6e51e11 commit e967ca1

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.github/copy-pr-bot.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@
1515
name: CI
1616

1717
on:
18+
pull_request:
19+
types:
20+
- opened
21+
- synchronize
22+
branches:
23+
- main
24+
- release-*
1825
push:
1926
branches:
20-
- "pull-request/[0-9]+"
2127
- main
2228
- release-*
2329

@@ -207,7 +213,7 @@ jobs:
207213
### e2e tests ###
208214
e2e-tests-containerd:
209215
needs: [build-gpu-operator, build-gpu-operator-validator]
210-
runs-on: linux-amd64-cpu4
216+
runs-on: ubuntu-latest
211217
steps:
212218
- uses: actions/checkout@v4
213219
name: Check out code
@@ -259,7 +265,7 @@ jobs:
259265

260266
e2e-tests-nvidiadriver:
261267
needs: [build-gpu-operator, build-gpu-operator-validator]
262-
runs-on: linux-amd64-cpu4
268+
runs-on: ubuntu-latest
263269
steps:
264270
- uses: actions/checkout@v4
265271
name: Check out code

tests/holodeck.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ spec:
1212
type: g4dn.xlarge
1313
region: us-west-1
1414
ingressIpRanges:
15-
- 18.190.12.32/32
16-
- 3.143.46.93/32
17-
- 52.15.119.136/32
18-
- 35.155.108.162/32
19-
- 35.162.190.51/32
20-
- 54.201.61.24/32
15+
- 0.0.0.0/0
2116
image:
2217
architecture: amd64
2318
imageId: ami-0ce2cb35386fc22e9

0 commit comments

Comments
 (0)