Skip to content

Commit 0edaf59

Browse files
authored
Merge pull request #31 from guptaNswati/nvbandwidth-to-ngc
Push nvbandwidth to nvcr.io
2 parents 538f4d1 + 138a4ea commit 0edaf59

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

.common-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ stages:
8888
LOWER_CASE_SAMPLE: vulkan
8989
PUSH_SAMPLE_ONLY_TAG: "true"
9090

91+
.sample-nvbandwidth:
92+
variables:
93+
SAMPLE: nvbandwidth
94+
LOWER_CASE_SAMPLE: nvbandwidth
95+
PUSH_SAMPLE_ONLY_TAG: "true"
96+
9197
# Make buildx available as a docker CLI plugin
9298
.buildx-setup:
9399
before_script:
@@ -199,3 +205,10 @@ release:staging-vulkan:
199205
needs:
200206
- image-vulkan-ubuntu22.04
201207

208+
release:staging-nvbandwidth:
209+
extends:
210+
- .release:staging
211+
- .dist-ubuntu22.04
212+
- .sample-nvbandwidth
213+
needs:
214+
- image-nvbandwidth-ubuntu22.04

.nvidia-ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ image-vulkan-ubuntu22.04:
102102
- .dist-ubuntu22.04
103103
- .sample-vulkan
104104

105+
image-nvbandwidth-ubuntu22.04:
106+
extends:
107+
- .image-pull
108+
- .dist-ubuntu22.04
109+
- .sample-nvbandwidth
110+
105111
# The .scan step forms the base of the image scan operation performed before releasing
106112
# images.
107113
.scan:
@@ -248,6 +254,25 @@ scan-vulkan-ubuntu22.04-arm64:
248254
- image-vulkan-ubuntu22.04
249255
- scan-vulkan-ubuntu22.04-amd64
250256

257+
scan-nvbandwidth-ubuntu22.04-amd64:
258+
extends:
259+
- .scan
260+
- .sample-nvbandwidth
261+
- .dist-ubuntu22.04
262+
- .platform-amd64
263+
needs:
264+
- image-nvbandwidth-ubuntu22.04
265+
266+
scan-nvbandwidth-ubuntu22.04-arm64:
267+
extends:
268+
- .scan
269+
- .sample-nvbandwidth
270+
- .dist-ubuntu22.04
271+
- .platform-arm64
272+
needs:
273+
- image-nvbandwidth-ubuntu22.04
274+
- scan-nvbandwidth-ubuntu22.04-amd64
275+
251276
# Define external release helpers
252277
.release:ngc:
253278
extends:
@@ -295,3 +320,9 @@ release:ngc-vulkan-ubuntu22.04:
295320
- .release:ngc
296321
- .dist-ubuntu22.04
297322
- .sample-vulkan
323+
324+
release:ngc-nvbandwidth-ubuntu22.04:
325+
extends:
326+
- .release:ngc
327+
- .dist-ubuntu22.04
328+
- .sample-nvbandwidth

0 commit comments

Comments
 (0)