Skip to content

Commit

Permalink
Merge pull request #1072 from NVIDIA/rollback-nvgha-runners
Browse files Browse the repository at this point in the history
Rollback NV-GitHub-Actions runner changes
  • Loading branch information
tariq1890 authored Oct 25, 2024
2 parents 9f7b5c2 + 6e51e11 commit e967ca1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/copy-pr-bot.yaml

This file was deleted.

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 e967ca1

Please sign in to comment.