pipelines: llvm kills the xlarge, use huge (#27079)

This commit is contained in:
Scott Wittenburg 2021-10-29 16:01:35 -06:00 committed by GitHub
parent 7eddf3ae9b
commit f2a36bdf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -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: ['@:']

View File

@ -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