From 0680b70b453751178c7f582259c8f9e623525376 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Mon, 23 Sep 2024 16:48:25 -0400 Subject: [PATCH] [ci] disable Gitlab jobs except CUDA --- .gitlab-ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02c3edc266..8b675a692c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,22 +57,10 @@ ubuntu: metrics: build/metrics.txt parallel: matrix: - - IMAGE : [ "ubuntu:20.04" ] - CXX: [ g++ ] - 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" ] - CXX: [ g++, clang++-13 ] - BUILD_TYPE : [ "RelWithDebInfo" ] - ENABLE_SCALAPACK : [ "ENABLE_SCALAPACK=ON", "ENABLE_SCALAPACK=OFF" ] - RUNNER_TAGS: [ saas-linux-small-amd64 ] - IMAGE : [ "ubuntu:22.04" ] CXX: [ g++ ] BUILD_TYPE : [ "RelWithDebInfo" ] + TA_PYTHON : [ "TA_PYTHON=OFF" ] ENABLE_CUDA : [ "ENABLE_CUDA=ON" ] TA_TARGETS : [ "tiledarray examples-tiledarray check_serial-tiledarray" ] RUNNER_TAGS: [ cuda ]