Skip to content

Commit

Permalink
Use NV-GHA runners (NVIDIA#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez authored Nov 6, 2024
1 parent 1e8bea4 commit 2ad653e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
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: pdx01-arc-runners
runs-on: linux-amd64-cpu4
if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
steps:
- name: Check out code
Expand All @@ -44,7 +45,7 @@ jobs:
vsphere_username: ${{ secrets.VSPHERE_USERNAME }}
vsphere_password: ${{ secrets.VSPHERE_PASSWORD }}
vsphere_ssh_key: ${{ secrets.VSPHERE_SSH_KEY }}
holodeck_config: "test/e2e/infra/vsphere.yml"
holodeck_config: "test/e2e/infra/aws.yml"

- name: Install Go
uses: actions/setup-go@v5
Expand Down
34 changes: 34 additions & 0 deletions test/e2e/infra/aws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: holodeck.nvidia.com/v1alpha1
kind: Environment
metadata:
name: HOLODECK_NAME
description: "end-to-end test infrastructure"
spec:
provider: aws
auth:
keyName: cnt-ci
privateKey: HOLODECK_PRIVATE_KEY
instance:
type: g6e.xlarge
region: us-east-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
image:
architecture: amd64
imageId: ami-0ce2cb35386fc22e9
containerRuntime:
install: true
name: containerd
nvidiaContainerToolkit:
install: true
nvidiaDriver:
install: true
kubernetes:
install: true
installer: kubeadm
version: v1.30.3
30 changes: 0 additions & 30 deletions test/e2e/infra/vsphere.yml

This file was deleted.

0 comments on commit 2ad653e

Please sign in to comment.