chore: try to distribute CI load a bit better

This commit is contained in:
Marcus Holland-Moritz 2024-01-20 09:04:35 +01:00
parent c323b84012
commit 7d09cc0ffc

View File

@ -108,7 +108,6 @@ jobs:
- clang-release-ninja-static
- clang-reldbg-ninja-static
- clang-debug-ninja-static
- oldclang-debug-make
include:
- arch: amd64
build_type: clang-asan-ninja
@ -116,10 +115,12 @@ jobs:
build_type: clang-tsan-ninja
- arch: amd64
build_type: clang-ubsan-ninja
- arch: amd64
build_type: gcc-debug-noperfmon-ninja
- arch: amd64
build_type: clang-coverage-ninja
- arch: arm64v8
build_type: gcc-debug-noperfmon-ninja
- arch: arm64v8
build_type: oldclang-debug-make
runs-on:
- self-hosted