Skip to content

Commit

Permalink
Revert "Test removing 550"
Browse files Browse the repository at this point in the history
This reverts commit 3233e40.
  • Loading branch information
KyleFromNVIDIA committed Dec 6, 2024
1 parent d7a1777 commit 8c6eed5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DRIVER_VERSION:
# keep this blank entry. an empty driver version corresponds to CPU machines
- ""
- "535"
- "550"
- "565"

DRIVER_FLAVOR:
Expand All @@ -39,6 +40,8 @@ exclude:
# only make CPU images for windows
- OS: windows
DRIVER_VERSION: "535"
- OS: windows
DRIVER_VERSION: "550"
- OS: windows
DRIVER_VERSION: "565"
# only make AMI images for windows
Expand All @@ -52,5 +55,7 @@ exclude:
# ensure DRIVER_FLAVOR is set if DRIVER_VERSION is set
- DRIVER_VERSION: "535"
DRIVER_FLAVOR: ""
- DRIVER_VERSION: "550"
DRIVER_FLAVOR: ""
- DRIVER_VERSION: "565"
DRIVER_FLAVOR: ""

0 comments on commit 8c6eed5

Please sign in to comment.