Skip to content

Commit

Permalink
Merge pull request #9 from elezar/readd-nbody-release
Browse files Browse the repository at this point in the history
Readd nbody images
  • Loading branch information
elezar authored Jul 4, 2024
2 parents d67d559 + 427217d commit 84bc97d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ image-device-query-ubuntu22.04:
- .dist-ubuntu22.04
- .sample-device-query

image-nbody-ubuntu22.04:
extends:
- .image-pull
- .dist-ubuntu22.04
- .sample-nbody

# The .scan step forms the base of the image scan operation performed before releasing
# images.
.scan:
Expand Down Expand Up @@ -173,6 +179,25 @@ scan-vectoradd-ubi8-arm64:
- image-vectoradd-ubi8
- scan-vectoradd-ubi8-amd64

scan-nbody-ubuntu22.04-amd64:
extends:
- .scan
- .sample-nbody
- .dist-ubuntu22.04
- .platform-amd64
needs:
- image-nbody-ubuntu22.04

scan-nbody-ubuntu22.04-arm64:
extends:
- .scan
- .sample-nbody
- .dist-ubuntu22.04
- .platform-arm64
needs:
- image-nbody-ubuntu22.04
- scan-nbody-ubuntu22.04-amd64

# Define external release helpers
.release:ngc:
extends:
Expand Down Expand Up @@ -202,3 +227,9 @@ release:ngc-vectoradd-ubi8:
- .release:ngc
- .dist-ubi8
- .sample-vectoradd

release:ngc-nbody-ubuntu22.04:
extends:
- .release:ngc
- .dist-ubuntu22.04
- .sample-nbody

0 comments on commit 84bc97d

Please sign in to comment.