Skip to content
Snippets Groups Projects
Commit 868fe0cb authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Merge branch 'pretest-stage' into 'master'

add pretest stage to reduce jobs in pipeline

See merge request walberla/walberla!144
parents f51cd3c1 ee24f989
Branches
Tags
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
############################################################################### ###############################################################################
stages: stages:
- pretest
- test - test
- deploy - deploy
...@@ -746,6 +747,7 @@ gcc_7_mpionly: ...@@ -746,6 +747,7 @@ gcc_7_mpionly:
gcc_7_hybrid: gcc_7_hybrid:
<<: *build_definition <<: *build_definition
image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7 image: i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
stage: pretest
variables: variables:
<<: *build_hybrid_variables <<: *build_hybrid_variables
WALBERLA_BUILD_WITH_CUDA: "ON" WALBERLA_BUILD_WITH_CUDA: "ON"
...@@ -1462,6 +1464,7 @@ clang_7.0_hybrid_dbg: ...@@ -1462,6 +1464,7 @@ clang_7.0_hybrid_dbg:
clang_7.0_hybrid_dbg_sp: clang_7.0_hybrid_dbg_sp:
<<: *build_definition <<: *build_definition
image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0 image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:7.0
stage: pretest
variables: variables:
<<: *build_hybrid_dbg_sp_variables <<: *build_hybrid_dbg_sp_variables
WALBERLA_BUILD_WITH_CUDA: "OFF" WALBERLA_BUILD_WITH_CUDA: "OFF"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment