ci: Switch to CUDA 12.2 job in merge requests

Cover a more recent CUDA version during development.
This commit is contained in:
Brad King 2024-04-15 14:27:25 -04:00
parent 46bb949e68
commit 1ffb05b9df

View File

@ -313,6 +313,8 @@ t:cuda10.2-nvidia:
- .cmake_junit_artifacts
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda10.2-clang:
extends:
@ -332,6 +334,8 @@ t:cuda11.6-nvidia:
- .cmake_junit_artifacts
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda11.6-clang:
extends:
@ -371,8 +375,6 @@ t:cuda12.2-nvidia:
- .cmake_junit_artifacts
- .run_dependent
- .needs_centos7_x86_64
variables:
CMAKE_CI_JOB_NIGHTLY: "true"
t:cuda12.2-clang:
extends: