Fix clang tidy version for CUDA
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 26 May 2021 07:39:06 +0000 (07:39 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 26 May 2021 07:39:06 +0000 (07:39 +0000)
admin/gitlab-ci/lint.gitlab-ci.yml

index a70ec42301aa371a8ba34867d17d09b2e602268b..ef4ca069567b5cd93f1f2d20a7f0fa0d54b9e3c8 100644 (file)
@@ -121,11 +121,11 @@ clang-tidy:test-cuda:
     - .variables:default
     - .rules:basic-push
   stage: source-check
-  image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-18.04-llvm-8-cuda-10.0
+  image: ${CI_REGISTRY}/gromacs/gromacs/ci-ubuntu-20.04-llvm-11-cuda-11.2.1-hipsycl-2bc21b677a
   needs:
     - job: clang-tidy:configure-push-cuda
   variables:
-    COMPILER_MAJOR_VERSION: 8
+    COMPILER_MAJOR_VERSION: 11
     BUILD_DIR: build-clang-tidy
     EXTRA_INSTALLS: clang-tidy-$COMPILER_MAJOR_VERSION
     KUBERNETES_CPU_LIMIT: 4