Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nvidia-container-driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
runtime
nvidia-container-driver
Commits
19173c9a
Unverified
Commit
19173c9a
authored
1 month ago
by
Tariq
Committed by
GitHub
1 month ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #333 from NVIDIA/570-trd4
parents
2d3f0086
cfc53119
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.common-ci.yml
+3
-3
3 additions, 3 deletions
.common-ci.yml
.github/workflows/image.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/image.yaml
.nvidia-ci.yml
+5
-5
5 additions, 5 deletions
.nvidia-ci.yml
versions.mk
+2
-2
2 additions, 2 deletions
versions.mk
with
11 additions
and
11 deletions
.common-ci.yml
+
3
−
3
View file @
19173c9a
...
...
@@ -19,7 +19,7 @@ default:
command
:
[
"
--experimental"
]
variables
:
DRIVER_VERSIONS
:
535.247.01 550.163.01 570.1
33.20
DRIVER_VERSIONS
:
535.247.01 550.163.01 570.1
48.08
BUILD_MULTI_ARCH_IMAGES
:
"
true"
stages
:
...
...
@@ -81,13 +81,13 @@ trigger-pipeline:
.driver-versions
:
parallel
:
matrix
:
-
DRIVER_VERSION
:
[
535.247.01
,
550.163.01
,
570.1
33.20
]
-
DRIVER_VERSION
:
[
535.247.01
,
550.163.01
,
570.1
48.08
]
# Define the driver versions for jobs that can be run in parallel
.driver-versions-ubuntu24.04
:
parallel
:
matrix
:
-
DRIVER_VERSION
:
[
550.163.01
,
570.1
33.20
]
-
DRIVER_VERSION
:
[
550.163.01
,
570.1
48.08
]
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/image.yaml
+
1
−
1
View file @
19173c9a
...
...
@@ -36,7 +36,7 @@ jobs:
driver
:
-
535.247.01
-
550.163.01
-
570.1
33.20
-
570.1
48.08
dist
:
-
ubuntu20.04
-
ubuntu22.04
...
...
This diff is collapsed.
Click to expand it.
.nvidia-ci.yml
+
5
−
5
View file @
19173c9a
...
...
@@ -584,16 +584,16 @@ sign:ngc-ubuntu-rhel-rhcos:
matrix
:
-
SIGN_JOB_NAME
:
[
"
ubuntu"
]
VERSION
:
[
"
24.04"
]
DRIVER_VERSION
:
[
"
550.163.01"
,
"
570.1
33.20
"
]
DRIVER_VERSION
:
[
"
550.163.01"
,
"
570.1
48.08
"
]
-
SIGN_JOB_NAME
:
[
"
ubuntu"
]
VERSION
:
[
"
22.04"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
33.20
"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
48.08
"
]
-
SIGN_JOB_NAME
:
[
"
ubuntu"
]
VERSION
:
[
"
20.04"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
33.20
"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
48.08
"
]
-
SIGN_JOB_NAME
:
[
"
rhel"
]
VERSION
:
[
"
8.8"
,
"
8.10"
,
"
9.4"
,
"
9.5"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
33.20
"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
48.08
"
]
-
SIGN_JOB_NAME
:
[
"
rhcos"
]
VERSION
:
[
"
4.12"
,
"
4.13"
,
"
4.14"
,
"
4.15"
,
"
4.16"
,
"
4.17"
,
"
4.18"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
33.20
"
]
DRIVER_VERSION
:
[
"
535.247.01"
,
"
550.163.01"
,
"
570.1
48.08
"
]
This diff is collapsed.
Click to expand it.
versions.mk
+
2
−
2
View file @
19173c9a
...
...
@@ -13,6 +13,6 @@
# limitations under the License.
# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS
?=
535.247.01 550.163.01 570.1
33.20
DRIVER_VERSIONS
?=
535.247.01 550.163.01 570.1
48.08
GOLANG_VERSION
:=
1.24.
2
GOLANG_VERSION
:=
1.24.
3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment