ci: Run non-MR CUDA and HIP jobs only in nightly pipelines

This is more consistent with the way other non-MR jobs run.
This commit is contained in:
Brad King
2024-04-15 14:25:08 -04:00
parent e449417f94
commit 46bb949e68

View File

@@ -222,7 +222,7 @@ t:debian12-hip-radeon:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:fedora39-hip-radeon:
extends:
@@ -232,7 +232,7 @@ t:fedora39-hip-radeon:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:fedora39-ninja-clang:
extends:
@@ -303,7 +303,7 @@ t:cuda9.2-nvidia:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda10.2-nvidia:
extends:
@@ -322,7 +322,7 @@ t:cuda10.2-clang:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda11.6-nvidia:
extends:
@@ -341,7 +341,7 @@ t:cuda11.6-clang:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda11.8-minimal-ninja:
extends:
@@ -351,7 +351,7 @@ t:cuda11.8-minimal-ninja:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda11.8-minimal-splayed-ninja:
extends:
@@ -361,7 +361,7 @@ t:cuda11.8-minimal-splayed-ninja:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda12.2-nvidia:
extends:
@@ -372,7 +372,7 @@ t:cuda12.2-nvidia:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda12.2-clang:
extends:
@@ -382,7 +382,7 @@ t:cuda12.2-clang:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:hip5.5-nvidia:
extends:
@@ -392,7 +392,7 @@ t:hip5.5-nvidia:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:hip5.5-radeon:
extends:
@@ -402,7 +402,7 @@ t:hip5.5-radeon:
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_NO_MR: "true"
CMAKE_CI_JOB_NIGHTLY: "true"
t:linux-gcc-cxx-modules-ninja:
extends: