pipelines: llvm kills the xlarge, use huge (#27079)
This commit is contained in:
parent
7eddf3ae9b
commit
f2a36bdf14
@ -39,7 +39,10 @@ spack:
|
||||
- spack config add "config:install_tree:projections:${SPACK_JOB_SPEC_PKG_NAME}:'morepadding/{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'"
|
||||
- spack -d ci rebuild
|
||||
mappings:
|
||||
- match: [vtk-h, vtk-m, paraview, llvm, vtk]
|
||||
- match: [llvm]
|
||||
runner-attributes:
|
||||
tags: ["spack", "public", "huge", "x86_64"]
|
||||
- match: [vtk-h, vtk-m, paraview, vtk]
|
||||
runner-attributes:
|
||||
tags: ["spack", "public", "xlarge", "x86_64"]
|
||||
- match: ['@:']
|
||||
|
@ -216,13 +216,17 @@ spack:
|
||||
- spack -d ci rebuild > >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_out.txt) 2> >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_err.txt >&2)
|
||||
|
||||
mappings:
|
||||
- match:
|
||||
- llvm
|
||||
- llvm-amdgpu
|
||||
runner-attributes:
|
||||
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
|
||||
tags: ["spack", "public", "huge", "x86_64"]
|
||||
- match:
|
||||
- cuda
|
||||
- dyninst
|
||||
- hpx
|
||||
- kokkos-kernels
|
||||
- llvm
|
||||
- llvm-amdgpu
|
||||
- precice
|
||||
- rocblas
|
||||
- rocsolver
|
||||
|
Loading…
Reference in New Issue
Block a user