From f5fd63e31ed4f07ac7f84abeb3b823356e6e56e1 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Fri, 21 Jun 2024 12:57:13 -0400 Subject: [PATCH] [ci] try sending most of the CI jobs to SaaS runners --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 264b42f0bb..b57a210430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,6 @@ before_script: ubuntu: stage: build tags: - - docker - ${RUNNER_TAGS} timeout: 3h image: valeevgroup/${IMAGE} @@ -65,12 +64,12 @@ ubuntu: 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: [ linux ] + RUNNER_TAGS: [ saas-linux-small-amd64 ] - IMAGE : [ "ubuntu:22.04", "ubuntu:20.04" ] CXX: [ g++, clang++-13 ] BUILD_TYPE : [ "Release", "Debug" ] ENABLE_SCALAPACK : [ "ENABLE_SCALAPACK=ON", "ENABLE_SCALAPACK=OFF" ] - RUNNER_TAGS: [ linux ] + RUNNER_TAGS: [ saas-linux-small-amd64 ] - IMAGE : [ "ubuntu:22.04", "ubuntu:20.04" ] CXX: [ g++ ] BUILD_TYPE : [ "Release", "Debug" ]