Skip to content

Commit

Permalink
Merge pull request #1006 from ArangoGutierrez/devel/nvgha
Browse files Browse the repository at this point in the history
[no-relnote] Use NV-GHA
  • Loading branch information
ArangoGutierrez authored Oct 22, 2024
2 parents 8ea8fda + 1ea9990 commit 41cb251
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion tests/e2e/infra/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41cb251

Please sign in to comment.