Skip to content

Commit

Permalink
ci: GitLab -j6 (#3677)
Browse files Browse the repository at this point in the history
Tune down number of jobs in GitLab back to 6. I suspect our current heaviest hitter, the GX2F test, is causing OOMs in some cases. Until that's fixed, we need to reduce the core count again.
  • Loading branch information
paulgessinger authored Oct 1, 2024
1 parent da1d846 commit 39dfb92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ build_exatrkx_cpu:
-DACTS_EXATRKX_ENABLE_CUDA=OFF
- ccache -z
- cmake --build build -- -j8
- cmake --build build -- -j6
- ccache -s

build_exatrkx:
Expand Down Expand Up @@ -119,7 +119,7 @@ build_exatrkx:
-DCMAKE_CUDA_ARCHITECTURES="75;86"
- ccache -z
- cmake --build build -- -j8
- cmake --build build -- -j6
- ccache -s

# test_exatrkx_unittests:
Expand Down Expand Up @@ -186,7 +186,7 @@ build_linux_ubuntu:
-DACTS_BUILD_PLUGIN_ONNX=ON
- ccache -z
- cmake --build build -- -j8
- cmake --build build -- -j6
- ccache -s

linux_test_examples:
Expand Down Expand Up @@ -271,7 +271,7 @@ linux_physmon:
-DCMAKE_CXX_STANDARD=${CXXSTD}
- ccache -z
- cmake --build build -- -j8
- cmake --build build -- -j6
- ccache -s

- ctest --test-dir build -j$(nproc)
Expand Down Expand Up @@ -367,7 +367,7 @@ linux_ubuntu_2204_clang:
-DACTS_BUILD_PLUGIN_GEOMODEL=OFF # GeoModel is not in LCG at this point
- ccache -z
- cmake --build build -- -j8
- cmake --build build -- -j6
- ccache -s

- ctest --test-dir build -j$(nproc)
Expand Down

0 comments on commit 39dfb92

Please sign in to comment.