@@ -489,22 +489,22 @@ release:ngc-rhel8.10:
489489 - ' echo "Signing the image ${IMAGE_NAME}:${IMAGE_TAG}"'
490490 - ngc-cli/ngc registry image publish --source ${IMAGE_NAME}:${IMAGE_TAG} ${IMAGE_NAME}:${IMAGE_TAG} --public --discoverable --allow-guest --sign --org nvidia
491491
492- sign:ngc-precompiled-ubuntu24.04 :
493- extends :
494- - .driver-versions-precompiled-ubuntu24.04
495- - .dist-ubuntu22.04
496- - .release-generic
497- - .release:ngc-variables
498- - .sign:ngc
499- variables :
500- DIST : signed_ubuntu24.04
501- BASE_TARGET : noble
502- PRECOMPILED : " true"
503- needs :
504- - release:ngc-precompiled-ubuntu24.04
505- rules :
506- # Only run NGC release job on scheduled pipelines
507- - if : $CI_PIPELINE_SOURCE == "schedule"
492+ # sign:ngc-precompiled-ubuntu24.04:
493+ # extends:
494+ # - .driver-versions-precompiled-ubuntu24.04
495+ # - .dist-ubuntu22.04
496+ # - .release-generic
497+ # - .release:ngc-variables
498+ # - .sign:ngc
499+ # variables:
500+ # DIST: signed_ubuntu24.04
501+ # BASE_TARGET: noble
502+ # PRECOMPILED: "true"
503+ # needs:
504+ # - release:ngc-precompiled-ubuntu24.04
505+ # rules:
506+ # # Only run NGC release job on scheduled pipelines
507+ # - if: $CI_PIPELINE_SOURCE == "schedule"
508508
509509sign:ngc-precompiled-ubuntu22.04 :
510510 extends :
@@ -528,9 +528,9 @@ sign:ngc-ubuntu-rhel-rhcos:
528528 - .sign:ngc
529529 parallel :
530530 matrix :
531- - SIGN_JOB_NAME : ["ubuntu"]
532- VERSION : ["24.04"]
533- DRIVER_VERSION : ["550.127.08"]
531+ # - SIGN_JOB_NAME: ["ubuntu"]
532+ # VERSION: ["24.04"]
533+ # DRIVER_VERSION: ["550.127.08"]
534534 - SIGN_JOB_NAME : ["ubuntu"]
535535 VERSION : ["22.04"]
536536 DRIVER_VERSION : ["535.216.03", "550.127.08"]
0 commit comments