Skip to content

Commit

Permalink
Merge pull request #934 from SeisSol/davschneller/ci-test-1
Browse files Browse the repository at this point in the history
Update Gitlab pipelines
  • Loading branch information
davschneller committed Aug 30, 2023
2 parents e6ef661 + 4badcda commit 675b89e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
12 changes: 11 additions & 1 deletion gitlab-cpu-pipeline.yml
@@ -1,6 +1,7 @@
default:
tags:
- lrzcc-k8s-4cores-10gb
- sccs
- helper
image:
name: $CI_REGISTRY_USER/$cpu_image_name:$cpu_image_version
entrypoint: [""]
Expand Down Expand Up @@ -33,6 +34,9 @@ fetch_submodules:

build_seissol:
stage: build
tags:
- sccs
- build
needs:
- job: fetch_submodules
parallel:
Expand Down Expand Up @@ -79,6 +83,9 @@ build_seissol:
run_unit_tests:
stage: test
allow_failure: true
tags:
- sccs
- cpu-hsw
needs:
- job: build_seissol
parallel:
Expand All @@ -99,6 +106,9 @@ run_unit_tests:
run_tpv:
stage: test
allow_failure: false
tags:
- sccs
- cpu-hsw
needs:
- job: build_seissol
parallel:
Expand Down
21 changes: 15 additions & 6 deletions gitlab-gpu-pipeline.yml
@@ -1,12 +1,13 @@
default:
tags:
- tum05-k8s-4cores-16gb
- sccs
- helper
image:
name: $CI_REGISTRY_USER/$gpu_image_name:$gpu_image_version
entrypoint: [""]

variables:
HOST: "snb"
HOST: "wsm"
GPU_VENDOR: "nvidia"
GPU_MODEL: "sm_60"

Expand All @@ -22,7 +23,9 @@ gpu_pre_build:
allow_failure: false
variables:
GIT_STRATEGY: clone

tags:
- sccs
- build
before_script:
- git branch -vva
- echo $commit_author_name
Expand Down Expand Up @@ -62,6 +65,9 @@ gpu_pre_build:
gpu_build:
stage: build
allow_failure: false
tags:
- sccs
- gpubuild
needs:
- job: gpu_pre_build
parallel:
Expand Down Expand Up @@ -100,7 +106,8 @@ gpu_convergence_test:
needs:
- job: gpu_build
tags:
- tum05-k8s-1core-8gb-gpu
- sccs
- gpu-nvidia-sm_60
parallel:
matrix:
- BACKEND: [cuda, hipsycl, hip]
Expand Down Expand Up @@ -135,7 +142,8 @@ gpu_run_tpv:
needs:
- job: gpu_build
tags:
- tum05-k8s-1core-8gb-gpu
- sccs
- gpu-nvidia-sm_60
parallel:
matrix:
- precision: [single]
Expand Down Expand Up @@ -241,7 +249,8 @@ gpu_performance_test:
- job: gpu_run_tpv
artifacts: false
tags:
- tum05-k8s-1core-8gb-gpu
- sccs
- gpu-nvidia-sm_60
parallel:
matrix:
- BACKEND: [cuda, hipsycl, hip]
Expand Down

0 comments on commit 675b89e

Please sign in to comment.