NVIDIA / gpu-driver-container

The NVIDIA GPU driver container allows the provisioning of the NVIDIA driver through the use of containers.
Apache License 2.0
64 stars 33 forks source link

run the sign-ngc-precompiled-job only during scheduled CI jobs #107

Closed tariq1890 closed 3 weeks ago

tariq1890 commented 3 weeks ago

This change should resolve the following errors seen when attempting to run gitlab pipelines on merge to main

Unable to create pipeline
'sign:ngc-precompiled-ubuntu22.04: [535, aws]' job needs 'release:ngc-precompiled-ubuntu22.04: [535, aws]' job, but 'release:ngc-precompiled-ubuntu22.04: [535, aws]' is not in any previous stage
'sign:ngc-precompiled-ubuntu22.04: [535, aws]' job needs 'release:ngc-precompiled-ubuntu22.04: [535, azure]' job, but 'release:ngc-precompiled-ubuntu22.04: [535, azure]' is not in any previous stage
'sign:ngc-precompiled-ubuntu22.04: [535, aws]' job needs 'release:ngc-precompiled-ubuntu22.04: [535, generic]' job, but 'release:ngc-precompiled-ubuntu22.04: [535, generic]' is not in any previous stage
'sign:ngc-precompiled-ubuntu22.04: [535, aws]' job needs 'release:ngc-precompiled-ubuntu22.04: [535, nvidia]' job, but 'release:ngc-precompiled-ubuntu22.04: [535, nvidia]' is not in any previous stage
'sign:ngc-precompiled-ubuntu22.04: [535, aws]' job needs 'release:ngc-precompiled-ubuntu22.04: [535, oracle]' job, but 'release:ngc-precompiled-ubuntu22.04: [535, oracle]' is not in any previous stage
...
...

As the release:ngc-precompiled-ubuntu22.04 jobs are only run on triggering scheduled pipelines, the same constraints should be applied to 'sign:ngc-precompiled-ubuntu22.04