From 1ea99901a33c15018257681da51717074287b98b Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Mon, 21 Oct 2024 11:42:23 +0200 Subject: [PATCH] [no-relnote] Use NV-GHA Signed-off-by: Carlos Eduardo Arango Gutierrez --- .github/workflows/e2e.yaml | 3 ++- .github/workflows/image.yaml | 10 ++-------- tests/e2e/infra/aws.yaml | 7 ++++++- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index e154ac7cc..ffd83b58c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,12 +20,13 @@ on: types: - completed branches: + - "pull-request/[0-9]+" - main - release-* jobs: e2e-tests: - runs-on: ubuntu-latest + runs-on: linux-amd64-cpu4 if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }} steps: - name: Check out code diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index fc42721e3..12ca74f18 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -16,21 +16,15 @@ name: Image on: - pull_request: - types: - - opened - - synchronize - branches: - - main - - release-* push: branches: + - "pull-request/[0-9]+" - main - release-* jobs: build: - runs-on: ubuntu-latest + runs-on: linux-amd64-cpu4 steps: - uses: actions/checkout@v4 name: Check out code diff --git a/tests/e2e/infra/aws.yaml b/tests/e2e/infra/aws.yaml index f1c1d36a6..8b694cd30 100644 --- a/tests/e2e/infra/aws.yaml +++ b/tests/e2e/infra/aws.yaml @@ -12,7 +12,12 @@ spec: type: g4dn.xlarge region: us-west-1 ingressIpRanges: - - 0.0.0.0/0 + - 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 image: architecture: amd64 imageId: ami-0ce2cb35386fc22e9