Skip to content

Commit

Permalink
[ci] try sending most of the CI jobs to SaaS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jun 21, 2024
1 parent 2600729 commit f5fd63e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ before_script:
ubuntu:
stage: build
tags:
- docker
- ${RUNNER_TAGS}
timeout: 3h
image: valeevgroup/${IMAGE}
Expand Down Expand Up @@ -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" ]
Expand Down

0 comments on commit f5fd63e

Please sign in to comment.