diff options
author | Brad King <brad.king@kitware.com> | 2024-04-15 18:25:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-04-15 18:25:08 (GMT) |
commit | 46bb949e688b84313bc23f183fdbeb83da0d9df6 (patch) | |
tree | 16ec33f78765e3bf588f9efd984a9133bf493b76 /.gitlab-ci.yml | |
parent | e449417f9468ffada6c0e38a5dab09122a3d1c25 (diff) | |
download | CMake-46bb949e688b84313bc23f183fdbeb83da0d9df6.zip CMake-46bb949e688b84313bc23f183fdbeb83da0d9df6.tar.gz CMake-46bb949e688b84313bc23f183fdbeb83da0d9df6.tar.bz2 |
ci: Run non-MR CUDA and HIP jobs only in nightly pipelines
This is more consistent with the way other non-MR jobs run.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd11292..a2af938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |