Skip to content

Commit

Permalink
[ci] use oldest cuda version in regular CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 19, 2024
1 parent fc86728 commit 8122d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ trigger_pipeline:
# cuda 11.4 and friends
build/cuda114/nompi/gcc/cuda/release/shared:
build/cuda110/nompi/gcc/cuda/release/shared:
extends:
- .build_and_test_template
- .default_variables
- .quick_test_condition
- .use_gko_cuda114-openmpi-gnu10-llvm12
- .use_gko_cuda110-mvapich-gnu9-llvm9
variables:
BUILD_OMP: "ON"
BUILD_CUDA: "ON"
Expand Down Expand Up @@ -648,7 +648,7 @@ cudamemcheck:
- .before_script_template
- .default_variables
- .deploy_condition
image: ginkgohub/cuda:110-mvapich2-gnu9-llvm9-intel2020
- .use_gko_cuda110-mvapich-gnu9-llvm9
tags:
- private_ci
- nvidia-gpu
Expand Down
4 changes: 2 additions & 2 deletions .gitlab/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
- cpu
- amdci

.use_gko_cuda114-openmpi-gnu10-llvm12:
image: ginkgohub/cuda:114-openmpi-gnu10-llvm12
.use_gko_cuda110-mvapich-gnu9-llvm9:
image: ginkgohub/cuda:110-mvapich2-gnu9-llvm9-intel2020
tags:
- private_ci
- nvidia-gpu
Expand Down

0 comments on commit 8122d49

Please sign in to comment.