Skip to content

Commit bb6caee

Browse files
authored
Merge pull request #1789 from cdesiniotis/e2e-update-driver-versions
Replace 570 with 595 in the e2e test matrix
2 parents 6d17788 + dbbc3a1 commit bb6caee

4 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
driver_branch:
4545
# LTS branch. EOL June 2026
4646
- 535
47-
# Production branch. EOL February 2026
48-
- 570
4947
# LTS branch. EOL August 2028
5048
- 580
49+
# Production Branch. EOL March 2027
50+
- 595
5151
exclude:
52-
- ispr: true
53-
driver_branch: 570
5452
- ispr: true
5553
driver_branch: 580
54+
- ispr: true
55+
driver_branch: 595
5656
steps:
5757
- name: Check out code
5858
uses: actions/checkout@v6

tests/e2e/infra/driver-branch-535.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ spec:
2727
install: false
2828
nvidiaDriver:
2929
install: true
30-
branch: 550
30+
source: package
31+
package:
32+
branch: "535"

tests/e2e/infra/driver-branch-580.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ spec:
2727
install: false
2828
nvidiaDriver:
2929
install: true
30-
branch: 580
30+
source: package
31+
package:
32+
branch: "580"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ spec:
2727
install: false
2828
nvidiaDriver:
2929
install: true
30-
branch: 575
30+
source: package
31+
package:
32+
branch: "595"

0 commit comments

Comments
 (0)