Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ stages:
LOWER_CASE_SAMPLE: devicequery
PUSH_SAMPLE_ONLY_TAG: "true"

.sample-simple-multi-gpu:
variables:
SAMPLE: simpleMultiGPU
LOWER_CASE_SAMPLE: simplemultigpu
PUSH_SAMPLE_ONLY_TAG: "true"

# Make buildx available as a docker CLI plugin
.buildx-setup:
before_script:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ jobs:
- nbody
- deviceQuery
- nvbandwidth
- simpleMultiGPU
exclude:
- dist: ubi9
sample: deviceQuery
- dist: ubi9
sample: nbody
- dist: ubi9
sample: nvbandwidth
- dist: ubi9
sample: simpleMultiGPU

steps:
- uses: actions/checkout@v4
Expand Down
31 changes: 31 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ image-nbody-ubuntu22.04:
- .dist-ubuntu22.04
- .sample-nbody

image-simple-multi-gpu-ubuntu22.04:
extends:
- .image-pull
- .dist-ubuntu22.04
- .sample-simple-multi-gpu

# The .scan step forms the base of the image scan operation performed before releasing
# images.
.scan:
Expand Down Expand Up @@ -198,6 +204,25 @@ scan-nbody-ubuntu22.04-arm64:
- image-nbody-ubuntu22.04
- scan-nbody-ubuntu22.04-amd64

scan-simple-multi-gpu-ubuntu22.04-amd64:
extends:
- .scan
- .sample-simple-multi-gpu
- .dist-ubuntu22.04
- .platform-amd64
needs:
- image-simple-multi-gpu-ubuntu22.04

scan-simple-multi-gpu-ubuntu22.04-arm64:
extends:
- .scan
- .sample-simple-multi-gpu
- .dist-ubuntu22.04
- .platform-arm64
needs:
- image-simple-multi-gpu-ubuntu22.04
- scan-simple-multi-gpu-ubuntu22.04-amd64

# Define external release helpers
.release:ngc:
extends:
Expand Down Expand Up @@ -233,3 +258,9 @@ release:ngc-nbody-ubuntu22.04:
- .release:ngc
- .dist-ubuntu22.04
- .sample-nbody

release:ngc-simple-multi-gpu-ubuntu22.04:
extends:
- .release:ngc
- .dist-ubuntu22.04
- .sample-simple-multi-gpu
11 changes: 0 additions & 11 deletions mps/cuda-samples/Dockerfile

This file was deleted.