Skip to content

Commit

Permalink
update container names
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Aug 10, 2023
1 parent 100da3f commit e8da815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ build/cuda114/nompi/gcc/cuda/debug/shared:
- .build_and_test_template
- .default_variables
- .quick_test_condition
- .use_gko_cuda114-openmpi-gnu11-llvm12
- .use_gko_cuda114-openmpi-gnu10-llvm12
variables:
BUILD_OMP: "ON"
BUILD_CUDA: "ON"
Expand Down Expand Up @@ -543,7 +543,7 @@ build/nocuda/nompi/gcc/omp/release/static:
- .build_and_test_template
- .default_variables
- .quick_test_condition
- .use_gko-nocuda-mvapich2-gnu5-llvm39-intel2018
- .use_gko-nocuda-mvapich2-gnu5-llvm39-intel2019
variables:
BUILD_OMP: "ON"
BUILD_TYPE: "Release"
Expand All @@ -554,7 +554,7 @@ build/nocuda-nomixed/nompi/clang/omp/release/static:
- .build_and_test_template
- .default_variables
- .full_test_condition
- .use_gko-nocuda-mvapich2-gnu5-llvm39-intel2018
- .use_gko-nocuda-mvapich2-gnu5-llvm39-intel2019
variables:
C_COMPILER: "clang"
CXX_COMPILER: "clang++"
Expand Down
8 changes: 4 additions & 4 deletions .gitlab/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
- cpu
- amdci

.use_gko-nocuda-mvapich2-gnu5-llvm39-intel2018:
image: ginkgohub/cpu:mvapich2-gnu5-llvm39-intel2018
.use_gko-nocuda-mvapich2-gnu5-llvm39-intel2019:
image: ginkgohub/cpu:mvapich2-gnu5-llvm39-intel2019
tags:
- private_ci
- cpu
Expand Down Expand Up @@ -50,8 +50,8 @@
- private_ci
- horeka

.use_gko_cuda114-openmpi-gnu11-llvm12:
image: ginkgohub/cuda:114-openmpi-gnu11-llvm12
.use_gko_cuda114-openmpi-gnu10-llvm12:
image: ginkgohub/cuda:114-openmpi-gnu10-llvm12
tags:
- private_ci
- nvidia-gpu
Expand Down

0 comments on commit e8da815

Please sign in to comment.