Update CMake requirement to 3.16.3
[alexxy/gromacs.git] / admin / gitlab-ci / gromacs.matrix / gromacs.gcc-8-cuda-11.0-release.gitlab-ci.yml
index 0b9458e5636cd4c369dce5c900c27fc49e4dfd82..ca45745dc433fdc2eb016ba4506a687ddaf78fd5 100644 (file)
@@ -3,6 +3,7 @@
 #   OS: Ubuntu oldest supported
 #   GPU: CUDA newest supported
 #   HW: NVIDIA GPU
+#   CMake: oldest supported
 #   Scope: configure, build, unit tests
 # Test implementation choices (free to change as needed):
 #   OS: Ubuntu 18.04
@@ -23,7 +24,7 @@ gromacs:gcc-8-cuda-11.0:release:configure:
     - .rules:nightly-only-for-release
   image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-18.04-gcc-8-cuda-11.0
   variables:
-    CMAKE: /usr/local/cmake-3.15.7/bin/cmake
+    CMAKE: /usr/local/cmake-3.16.3/bin/cmake
     COMPILER_MAJOR_VERSION: 8
     RELEASE_BUILD_DIR: release-builds-gcc
     CMAKE_BUILD_TYPE_OPTIONS : "-DCMAKE_BUILD_TYPE=RelWithAssert"
@@ -42,7 +43,7 @@ gromacs:gcc-8-cuda-11.0:release:build:
     - .rules:nightly-only-for-release
   stage: release-build
   variables:
-    CMAKE: /usr/local/cmake-3.15.7/bin/cmake
+    CMAKE: /usr/local/cmake-3.16.3/bin/cmake
     BUILD_DIR: release-builds-gcc
   image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-18.04-gcc-8-cuda-11.0
   needs:
@@ -55,7 +56,7 @@ gromacs:gcc-8-cuda-11.0:release:test:
   stage: release-tests
   image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-18.04-gcc-8-cuda-11.0
   variables:
-    CMAKE: /usr/local/cmake-3.15.7/bin/cmake
+    CMAKE: /usr/local/cmake-3.16.3/bin/cmake
     KUBERNETES_EXTENDED_RESOURCE_NAME: "nvidia.com/gpu"
     KUBERNETES_EXTENDED_RESOURCE_LIMIT: 1
     BUILD_DIR: release-builds-gcc