mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 06:10:28 +00:00
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.
This commit is contained in:
@@ -236,7 +236,7 @@ t:cuda9.2-nvidia:
|
|||||||
- .run_dependent
|
- .run_dependent
|
||||||
- .needs_centos6_x86_64
|
- .needs_centos6_x86_64
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CI_JOB_NIGHTLY: "true"
|
CMAKE_CI_NO_MR: "true"
|
||||||
|
|
||||||
t:cuda10.2-nvidia:
|
t:cuda10.2-nvidia:
|
||||||
extends:
|
extends:
|
||||||
@@ -255,7 +255,7 @@ t:cuda10.2-clang:
|
|||||||
- .run_dependent
|
- .run_dependent
|
||||||
- .needs_centos6_x86_64
|
- .needs_centos6_x86_64
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CI_JOB_NIGHTLY: "true"
|
CMAKE_CI_NO_MR: "true"
|
||||||
|
|
||||||
t:hip4.2-radeon:
|
t:hip4.2-radeon:
|
||||||
extends:
|
extends:
|
||||||
@@ -265,7 +265,7 @@ t:hip4.2-radeon:
|
|||||||
- .run_dependent
|
- .run_dependent
|
||||||
- .needs_centos6_x86_64
|
- .needs_centos6_x86_64
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CI_JOB_NIGHTLY: "true"
|
CMAKE_CI_NO_MR: "true"
|
||||||
|
|
||||||
b:fedora35-ninja:
|
b:fedora35-ninja:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user