More jobs in Gitlab CI (#33688)

Use at most 32 jobs when available.
This commit is contained in:
Harmen Stoppels
2022-11-08 12:53:11 +01:00
committed by GitHub
parent e4218595de
commit f332ac6d21
16 changed files with 31 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ spack:
unify: false
config:
build_jobs: 32
install_tree:
root: /home/software/spack
padded_length: 512
@@ -67,6 +68,7 @@ spack:
script:
- uname -a || true
- grep -E 'vendor|model name' /proc/cpuinfo 2>/dev/null | sort -u || head -n10 /proc/cpuinfo 2>/dev/null || true
- nproc
- curl -Lfs 'https://github.com/JuliaBinaryWrappers/GNUMake_jll.jl/releases/download/GNUMake-v4.3.0+1/GNUMake.v4.3.0.x86_64-linux-gnu.tar.gz' -o gmake.tar.gz
- printf 'fef1f59e56d2d11e6d700ba22d3444b6e583c663d6883fd0a4f63ab8bd280f0f gmake.tar.gz' | sha256sum --check --strict --quiet
- tar -xzf gmake.tar.gz -C /usr bin/make 2> /dev/null