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 config add "config:install_tree:projections:${SPACK_JOB_SPEC_PKG_NAME}:'morepadding/{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'"
|
||||||
- spack -d ci rebuild
|
- spack -d ci rebuild
|
||||||
mappings:
|
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:
|
runner-attributes:
|
||||||
tags: ["spack", "public", "xlarge", "x86_64"]
|
tags: ["spack", "public", "xlarge", "x86_64"]
|
||||||
- match: ['@:']
|
- 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)
|
- 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:
|
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:
|
- match:
|
||||||
- cuda
|
- cuda
|
||||||
- dyninst
|
- dyninst
|
||||||
- hpx
|
- hpx
|
||||||
- kokkos-kernels
|
- kokkos-kernels
|
||||||
- llvm
|
|
||||||
- llvm-amdgpu
|
|
||||||
- precice
|
- precice
|
||||||
- rocblas
|
- rocblas
|
||||||
- rocsolver
|
- rocsolver
|
||||||
|
Loading…
Reference in New Issue
Block a user