Task #3416
Task #3272: Port complete CI testing to Gitlab
Port post-submit matrix to Gitlab CI
Description
Similar to the pre-submit matrix, we also need to port the build and test configurations from the post submit matrix running on Jenkins to our Gitlab testing.
Those tests should only run when trying to merge into one of the protected branches, and should be configurable to test different kinds of behaviour from the regression tests.
History
#1 Updated by Paul Bauer 10 months ago
- Parent task set to #3272
#2 Updated by Paul Bauer 10 months ago
The following configurations need to be available for building GROMACS (testing can be done in more configs)
- cmake-3.13.0 + gcc-9
- cmake-3.13.0 + gcc-7 + Cuda 10.0
- cmake-3.13.0 + clang-8 + Cuda 10.1
- cmake-3.13.0 + clang-8
- cmake-3.13.0 + gcc-7 + Nvidia OpenCL
Those builds don't cover special build hosts yet