Skip to content

Commit

Permalink
tmp: move new jobs to amdci
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Jul 27, 2023
1 parent f27cf2e commit dd2c023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 58 deletions.
60 changes: 3 additions & 57 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ build/cuda102/nompi/intel/cuda/debug/static:
# cuda 11.0 and friends on HoreKa with tests
build/cuda110/mvapich2/gcc/cuda/debug/shared:
extends:
- .build_template
- .build_and_test_template
- .default_variables
- .quick_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
Expand All @@ -246,29 +246,11 @@ build/cuda110/mvapich2/gcc/cuda/debug/shared:
BUILD_TYPE: "Debug"
FAST_TESTS: "ON"
NONDEFAULT_STREAM: "ON"
CUDA_ARCH: 80
USE_NAME: "cuda110-mvapich2-gcc-${CI_PIPELINE_ID}"
KEEP_CONTAINER: "ON"
USE_SLURM: 0

test/cuda110/mvapich2/gcc/cuda/debug/shared:
extends:
- .horeka_test_template
- .default_variables
- .quick_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
variables:
USE_NAME: "cuda110-mvapich2-gcc-${CI_PIPELINE_ID}"
SLURM_PARTITION: "accelerated"
SLURM_GRES: "gpu:4"
SLURM_TIME: "02:00:00"
dependencies: null
needs: [ "build/cuda110/mvapich2/gcc/cuda/debug/shared" ]


build/cuda110/nompi/clang/cuda/release/static:
extends:
- .build_template
- .build_and_test_template
- .default_variables
- .full_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
Expand All @@ -279,29 +261,11 @@ build/cuda110/nompi/clang/cuda/release/static:
BUILD_CUDA: "ON"
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 80
USE_NAME: "cuda110-nompi-clang-${CI_PIPELINE_ID}"
KEEP_CONTAINER: "ON"
USE_SLURM: 0

test/cuda110/nompi/clang/cuda/release/static:
extends:
- .horeka_test_template
- .default_variables
- .full_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
variables:
USE_NAME: "cuda110-nompi-clang-${CI_PIPELINE_ID}"
SLURM_PARTITION: "accelerated"
SLURM_GRES: "gpu:1"
SLURM_TIME: "01:30:00"
dependencies: null
needs: [ "build/cuda110/nompi/clang/cuda/release/static" ]


build/cuda110/nompi/intel/cuda/debug/static:
extends:
- .build_template
- .build_and_test_template
- .default_variables
- .full_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
Expand All @@ -313,24 +277,6 @@ build/cuda110/nompi/intel/cuda/debug/static:
BUILD_TYPE: "Debug"
FAST_TESTS: "ON"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 80
USE_NAME: "cuda110-nompi-intel-${CI_PIPELINE_ID}"
KEEP_CONTAINER: "ON"
USE_SLURM: 0

test/cuda110/nompi/intel/cuda/debug/static:
extends:
- .horeka_test_template
- .default_variables
- .full_test_condition
- .use_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
variables:
USE_NAME: "cuda110-nompi-intel-${CI_PIPELINE_ID}"
SLURM_PARTITION: "accelerated"
SLURM_GRES: "gpu:1"
SLURM_TIME: "02:00:00"
dependencies: null
needs: [ "build/cuda110/nompi/intel/cuda/debug/static" ]


# cuda 11.4 and friends
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
image: localhost:5000/cmake_316_b9196227_gko-cuda110-mvapich2-gnu9-llvm9-intel2020
tags:
- private_ci
- horeka
- amdci

.use_gko_cuda114-openmpi-gnu11-llvm12:
image: localhost:5000/cmake_316_b9196227_gko-cuda114-openmpi-gnu11-llvm12
Expand Down

0 comments on commit dd2c023

Please sign in to comment.