summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-03 11:58:13 -0500
committerBrad King <brad.king@kitware.com>2022-03-03 12:02:00 -0500
commit77bdcc949db26cbe7f0b68e67d1def596b426741 (patch)
tree9d155d80294544db49eb82b7fea1a2b1c0f3f575 /.gitlab-ci.yml
parent50b6744c66998e67e73250fe623d52318d345cdf (diff)
downloadcmake-77bdcc949db26cbe7f0b68e67d1def596b426741.tar.gz
gitlab-ci: run CUDA and HIP test jobs in any non-MR pipeline
Previously we only ran these in a scheduled nightly pipeline. We should run them in pipelines on integration branches too, particularly for the `release` branch.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08fc107517..c127bb7f1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,7 @@ t:cuda9.2-nvidia:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
t:cuda10.2-nvidia:
extends:
@@ -255,7 +255,7 @@ t:cuda10.2-clang:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
t:hip4.2-radeon:
extends:
@@ -265,7 +265,7 @@ t:hip4.2-radeon:
- .run_dependent
- .needs_centos6_x86_64
variables:
- CMAKE_CI_JOB_NIGHTLY: "true"
+ CMAKE_CI_NO_MR: "true"
b:fedora35-ninja:
extends: