diff options
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: |