Skip to content

Commit

Permalink
[ci] greatly reduce the gitlab matrix, replace rel/deb builds with re…
Browse files Browse the repository at this point in the history
…lwithdebinfo
  • Loading branch information
evaleev committed Sep 18, 2024
1 parent 2ba8f8b commit ae1cf06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ ubuntu:
metrics: build/metrics.txt
parallel:
matrix:
- IMAGE : [ "ubuntu:22.04", "ubuntu:20.04" ]
- IMAGE : [ "ubuntu:20.04" ]
CXX: [ g++ ]
BUILD_TYPE : [ "Release" ]
BUILD_TYPE : [ "RelWithDebInfo" ]
BLA_VENDOR : [ "BLAS_PREFERENCE_LIST=IntelMKL" ]
BLA_THREADS : [ "IntelMKL_THREAD_LAYER=tbb" ]
# ENABLE_SCALAPACK : [ "ENABLE_SCALAPACK=ON", "ENABLE_SCALAPACK=OFF" ]
TA_PYTHON : [ "TA_PYTHON=OFF" ] # needs to be fixed for MKL
RUNNER_TAGS: [ saas-linux-small-amd64 ]
- IMAGE : [ "ubuntu:22.04", "ubuntu:20.04" ]
- IMAGE : [ "ubuntu:22.04" ]
CXX: [ g++, clang++-13 ]
BUILD_TYPE : [ "Release", "Debug" ]
BUILD_TYPE : [ "RelWithDebInfo" ]
ENABLE_SCALAPACK : [ "ENABLE_SCALAPACK=ON", "ENABLE_SCALAPACK=OFF" ]
RUNNER_TAGS: [ saas-linux-small-amd64 ]
- IMAGE : [ "ubuntu:22.04", "ubuntu:20.04" ]
- IMAGE : [ "ubuntu:22.04" ]
CXX: [ g++ ]
BUILD_TYPE : [ "Release", "Debug" ]
BUILD_TYPE : [ "RelWithDebInfo" ]
ENABLE_CUDA : [ "ENABLE_CUDA=ON" ]
TA_TARGETS : [ "tiledarray examples-tiledarray check_serial-tiledarray" ]
RUNNER_TAGS: [ cuda ]

0 comments on commit ae1cf06

Please sign in to comment.