Skip to content

Commit e12e534

Browse files
authored
Merge pull request #1516 from elezar/update-driver-branches
[no-relnote] Update driver branches for e2e tests
2 parents df77c43 + da03732 commit e12e534

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,17 @@ jobs:
4242
ispr:
4343
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
4444
driver_branch:
45-
- 550
46-
- 575
45+
# LTS branch. EOL June 2026
46+
- 535
47+
# Production branch. EOL February 2026
48+
- 570
49+
# LTS branch. EOL August 2028
50+
- 580
4751
exclude:
4852
- ispr: true
49-
driver_branch: 575
53+
driver_branch: 570
54+
- ispr: true
55+
driver_branch: 580
5056
steps:
5157
- name: Check out code
5258
uses: actions/checkout@v6
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
apiVersion: holodeck.nvidia.com/v1alpha1
2+
kind: Environment
3+
metadata:
4+
name: HOLODECK_NAME
5+
description: "end-to-end test infrastructure"
6+
spec:
7+
provider: aws
8+
auth:
9+
keyName: cnt-ci
10+
privateKey: HOLODECK_PRIVATE_KEY
11+
instance:
12+
type: g4dn.xlarge
13+
region: us-west-1
14+
ingressIpRanges:
15+
- 18.190.12.32/32
16+
- 3.143.46.93/32
17+
- 44.230.241.223/32
18+
- 44.235.4.62/32
19+
- 52.15.119.136/32
20+
- 52.24.205.48/32
21+
image:
22+
architecture: amd64
23+
containerRuntime:
24+
install: true
25+
name: docker
26+
nvidiaContainerToolkit:
27+
install: false
28+
nvidiaDriver:
29+
install: true
30+
branch: 580

0 commit comments

Comments
 (0)