From 0efdd6d12f70db4e261ea45f3c18d3346049925c Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 25 Oct 2024 13:30:21 -0700 Subject: [PATCH 1/2] Revert "Use NV-GHA runners" This reverts commit 24241d5c81265331e51c8021ab1c4cad1e96d464. --- .github/workflows/ci.yaml | 12 +++++++++--- tests/holodeck.yaml | 7 +------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e388a61f6..3e55b5800 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,15 @@ name: CI on: + pull_request: + types: + - opened + - synchronize + branches: + - main + - release-* push: branches: - - "pull-request/[0-9]+" - main - release-* @@ -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 @@ -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 diff --git a/tests/holodeck.yaml b/tests/holodeck.yaml index ef890fdf2..5cbdae24b 100644 --- a/tests/holodeck.yaml +++ b/tests/holodeck.yaml @@ -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 From 6e51e11ad87bc98417ef6fb866e8690721e83dcc Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 25 Oct 2024 13:30:56 -0700 Subject: [PATCH 2/2] Revert "Add copu-pr-bot" This reverts commit 39cd4695a840c2bf241ba3dad42be361663713ea. --- .github/copy-pr-bot.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/copy-pr-bot.yaml diff --git a/.github/copy-pr-bot.yaml b/.github/copy-pr-bot.yaml deleted file mode 100644 index c61a81b13..000000000 --- a/.github/copy-pr-bot.yaml +++ /dev/null @@ -1,3 +0,0 @@ -# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#configuration - -enabled: true