Move clang-tidy build
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 27 Aug 2018 21:12:36 +0000 (23:12 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 29 Aug 2018 05:39:53 +0000 (07:39 +0200)
This has seemed too slow when combined with the ASAN build.

Change-Id: I45ea5856ca05edbb6107b62f219e8afd3cdbda3f

admin/builds/pre-submit-matrix.txt

index a2a63544dec1d26cae45c25ce015e22af3d92d1f..f0b22746bf0370929318b6b5c7c14d7d058b9c92 100644 (file)
@@ -31,7 +31,6 @@ gcc-4.8 gpu cuda-7.0 cmake-3.8.1 mpi npme=1 nranks=2 openmp
 # Test SIMD implementation of pair search for GPU code-path
 gcc-7 gpu gpu_id=1 cuda-9.2 thread-mpi openmp cmake-3.6.1 release-with-assert simd=avx2_256
 
-# Test newest cmake at time of release
 # Test with ThreadSanitizer (compiled without OpenMP, even though
 #   this gcc was configured with --disable-linux-futex, because
 #   Redmine #1850 is unresolved, which causes more suspected
@@ -58,8 +57,11 @@ clang-3.4 double simd=avx_128_fma thread-mpi no-openmp fftpack cmake-3.4.3
 
 # Test newest clang at time of release
 # Test with AddressSanitizer (without OpenMP, see below)
+clang-6 no-openmp asan cmake-3.11.4
+
+# Test newest cmake at time of release
 # Test with clang-tidy (without OpenMP, cmake>=3.6)
-clang-6 no-openmp asan cmake-3.11.4 tidy
+clang-6 no-openmp cmake-3.12.1 tidy
 
 # Test oldest supported MSVC on Windows
 # Test newest supported MSVC on Windows