File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments