Skip to content

Commit

Permalink
keep only 2 configs as first test
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Oct 1, 2024
1 parent 09b4f92 commit 636558f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
30 changes: 15 additions & 15 deletions ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
include:
- local: 'ci/cpu/asan_ubsan_lsan.yml'
- local: 'ci/cpu/clang15_release_cxx20.yml'
- local: 'ci/cpu/clang15_release_stdexec.yml'
- local: 'ci/cpu/clang15_release.yml'
- local: 'ci/cpu/clang16_release.yml'
# - local: 'ci/cpu/asan_ubsan_lsan.yml'
# - local: 'ci/cpu/clang15_release_cxx20.yml'
# - local: 'ci/cpu/clang15_release_stdexec.yml'
# - local: 'ci/cpu/clang15_release.yml'
# - local: 'ci/cpu/clang16_release.yml'
- local: 'ci/cpu/clang18_release.yml'
- local: 'ci/cpu/gcc11_release_stdexec.yml'
- local: 'ci/cpu/gcc11_debug_stdexec.yml'
- local: 'ci/cpu/gcc12_release_cxx20.yml'
- local: 'ci/cpu/gcc13_codecov.yml'
# - local: 'ci/cpu/gcc11_release_stdexec.yml'
# - local: 'ci/cpu/gcc11_debug_stdexec.yml'
# - local: 'ci/cpu/gcc12_release_cxx20.yml'
# - local: 'ci/cpu/gcc13_codecov.yml'
- local: 'ci/cpu/gcc13_release.yml'
- local: 'ci/cuda/gcc11_release.yml'
- local: 'ci/cuda/gcc11_release_scalapack.yml'
- local: 'ci/cuda/gcc11_codecov.yml'
- local: 'ci/cuda/gcc11_debug_scalapack.yml'
- local: 'ci/cuda/gcc13_release_stdexec.yml'
- local: 'ci/rocm/clang14_release.yml'
- local: 'ci/rocm/clang14_release_stdexec.yml'
# - local: 'ci/cuda/gcc11_release_scalapack.yml'
# - local: 'ci/cuda/gcc11_codecov.yml'
# - local: 'ci/cuda/gcc11_debug_scalapack.yml'
# - local: 'ci/cuda/gcc13_release_stdexec.yml'
# - local: 'ci/rocm/clang14_release.yml'
# - local: 'ci/rocm/clang14_release_stdexec.yml'
1 change: 1 addition & 0 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ stages:
variables:
PERSIST_IMAGE_NAME: $DLAF_IMAGE
DOCKER_BUILD_ARGS: '[
"DEPS_IMAGE",
"PIP_OPTS",
"NUM_PROCS=$NUM_CORES_BUILD_DLAF"
]'
Expand Down
6 changes: 3 additions & 3 deletions ci/cpu/gcc13_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cpu gcc13 release deps:
extends: .build_deps_common
variables:
COMPILER: gcc@13
USE_MKL: "ON"
SPACK_ENVIRONMENT: ci/docker/release-cpu.yaml
BUILD_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc13-release/build
USE_MKL: "ON"
DEPS_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc13-release/deps

cpu gcc13 release build:
extends:
Expand All @@ -16,7 +16,7 @@ cpu gcc13 release build:
needs:
- cpu gcc13 release deps
variables:
DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc13-release/deploy:$CI_COMMIT_SHA
DLAF_IMAGE: $CSCS_REGISTRY_PATH/cpu-gcc13-release/dlaf:$CI_COMMIT_SHA

cpu gcc13 release test:
extends: .run_common
Expand Down

0 comments on commit 636558f

Please sign in to comment.