Skip to content

Commit 8fa9ed5

Browse files
authored
Merge pull request #1095 from NVIDIA/nv-gha-runners
Revert "Revert "Use NV-GHA runners""
2 parents b9d2764 + b7360c3 commit 8fa9ed5

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/ci.yaml

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

1717
on:
18-
pull_request:
19-
types:
20-
- opened
21-
- synchronize
22-
branches:
23-
- main
24-
- release-*
2518
push:
2619
branches:
20+
- "pull-request/[0-9]+"
2721
- main
2822
- release-*
2923

@@ -213,7 +207,7 @@ jobs:
213207
### e2e tests ###
214208
e2e-tests-containerd:
215209
needs: [build-gpu-operator, build-gpu-operator-validator]
216-
runs-on: ubuntu-latest
210+
runs-on: linux-amd64-cpu4
217211
steps:
218212
- uses: actions/checkout@v4
219213
name: Check out code
@@ -265,7 +259,7 @@ jobs:
265259

266260
e2e-tests-nvidiadriver:
267261
needs: [build-gpu-operator, build-gpu-operator-validator]
268-
runs-on: ubuntu-latest
262+
runs-on: linux-amd64-cpu4
269263
steps:
270264
- uses: actions/checkout@v4
271265
name: Check out code

tests/holodeck.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ spec:
1212
type: g4dn.xlarge
1313
region: us-west-1
1414
ingressIpRanges:
15-
- 0.0.0.0/0
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
1621
image:
1722
architecture: amd64
1823
imageId: ami-0ce2cb35386fc22e9

0 commit comments

Comments
 (0)