Temporarily reduce pr stack size (#21998)
Gitlab pipelines fixes * add arch tag to avoid picking up UO power9 runners * temporarily reduce PR workload
This commit is contained in:
parent
d5f50203d1
commit
704eadbda1
@ -12,7 +12,7 @@ stages: [generate, build]
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "${CI_PROJECT_DIR}/jobs_scratch_dir/e4s_pipeline.yml"
|
- "${CI_PROJECT_DIR}/jobs_scratch_dir/e4s_pipeline.yml"
|
||||||
tags: ["spack", "public", "medium"]
|
tags: ["spack", "public", "medium", "x86_64"]
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
e4s-pr-generate:
|
e4s-pr-generate:
|
||||||
|
@ -35,78 +35,78 @@ spack:
|
|||||||
|
|
||||||
definitions:
|
definitions:
|
||||||
- e4s:
|
- e4s:
|
||||||
- adios
|
# - adios
|
||||||
- adios2
|
# - adios2
|
||||||
- aml
|
# - aml
|
||||||
- amrex
|
# - amrex
|
||||||
- arborx
|
# - arborx
|
||||||
- argobots
|
- argobots
|
||||||
- ascent
|
# - ascent
|
||||||
- axom
|
# - axom
|
||||||
- bolt
|
# - bolt
|
||||||
- caliper
|
# - caliper
|
||||||
- darshan-runtime
|
# - darshan-runtime
|
||||||
- darshan-util
|
- darshan-util
|
||||||
- dyninst
|
# - dyninst
|
||||||
- faodel
|
# - faodel
|
||||||
- flecsi+cinch
|
# - flecsi+cinch
|
||||||
- flit
|
# - flit
|
||||||
- gasnet
|
# - gasnet
|
||||||
- ginkgo
|
# - ginkgo
|
||||||
- globalarrays
|
# - globalarrays
|
||||||
- gotcha
|
# - gotcha
|
||||||
- hdf5
|
# - hdf5
|
||||||
- hpctoolkit
|
# - hpctoolkit
|
||||||
- hpx
|
# - hpx
|
||||||
- hypre
|
# - hypre
|
||||||
- kokkos-kernels+openmp
|
# - kokkos-kernels+openmp
|
||||||
- kokkos+openmp
|
# - kokkos+openmp
|
||||||
- legion
|
# - legion
|
||||||
- libnrm
|
# - libnrm
|
||||||
- libquo
|
# - libquo
|
||||||
- magma cuda_arch=70 ^cuda@10.2.89
|
# - magma cuda_arch=70 ^cuda@10.2.89
|
||||||
- mercury
|
# - mercury
|
||||||
- mfem
|
# - mfem
|
||||||
- mpifileutils@develop~xattr
|
# - mpifileutils@develop~xattr
|
||||||
- ninja
|
# - ninja
|
||||||
- omega-h
|
# - omega-h
|
||||||
- openmpi
|
# - openmpi
|
||||||
- openpmd-api
|
# - openpmd-api
|
||||||
- papi
|
# - papi
|
||||||
- papyrus@1.0.1
|
# - papyrus@1.0.1
|
||||||
- parallel-netcdf
|
# - parallel-netcdf
|
||||||
- pdt
|
# - pdt
|
||||||
- petsc
|
# - petsc
|
||||||
- phist
|
# - phist
|
||||||
- plasma
|
# - plasma
|
||||||
- precice
|
# - precice
|
||||||
- pumi
|
# - pumi
|
||||||
- py-jupyterhub
|
# - py-jupyterhub
|
||||||
- py-libensemble
|
# - py-libensemble
|
||||||
- py-petsc4py
|
# - py-petsc4py
|
||||||
- qthreads scheduler=distrib
|
# - qthreads scheduler=distrib
|
||||||
- raja
|
# - raja
|
||||||
- rempi
|
# - rempi
|
||||||
- scr
|
# - scr
|
||||||
- slate ^openblas@0.3.6 threads=openmp ^cuda@10.2.89
|
# - slate ^openblas@0.3.6 threads=openmp ^cuda@10.2.89
|
||||||
- slepc
|
# - slepc
|
||||||
- stc
|
# - stc
|
||||||
- strumpack ~slate ^openblas@0.3.6 threads=openmp
|
# - strumpack ~slate ^openblas@0.3.6 threads=openmp
|
||||||
- sundials
|
# - sundials
|
||||||
- superlu
|
# - superlu
|
||||||
- superlu-dist
|
# - superlu-dist
|
||||||
- swig
|
- swig
|
||||||
- sz
|
# - sz
|
||||||
- tasmanian
|
# - tasmanian
|
||||||
- tau
|
# - tau
|
||||||
- trilinos
|
# - trilinos
|
||||||
- turbine
|
# - turbine
|
||||||
- umap
|
# - umap
|
||||||
- umpire
|
# - umpire
|
||||||
- unifyfs
|
# - unifyfs
|
||||||
- upcxx
|
# - upcxx
|
||||||
- veloc
|
# - veloc
|
||||||
- zfp
|
# - zfp
|
||||||
- arch:
|
- arch:
|
||||||
- '%gcc@7.5.0 arch=linux-ubuntu18.04-x86_64'
|
- '%gcc@7.5.0 arch=linux-ubuntu18.04-x86_64'
|
||||||
|
|
||||||
@ -128,11 +128,11 @@ spack:
|
|||||||
- match: [cuda, dyninst, hpx, precice, strumpack, sundials, trilinos, vtk-h, vtk-m]
|
- match: [cuda, dyninst, hpx, precice, strumpack, sundials, trilinos, vtk-h, vtk-m]
|
||||||
runner-attributes:
|
runner-attributes:
|
||||||
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
||||||
tags: ["spack", "public", "xlarge"]
|
tags: ["spack", "public", "xlarge", "x86_64"]
|
||||||
- match: ['os=ubuntu18.04']
|
- match: ['os=ubuntu18.04']
|
||||||
runner-attributes:
|
runner-attributes:
|
||||||
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
||||||
tags: ["spack", "public", "large"]
|
tags: ["spack", "public", "large", "x86_64"]
|
||||||
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
|
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
|
||||||
service-job-attributes:
|
service-job-attributes:
|
||||||
before_script:
|
before_script:
|
||||||
@ -141,7 +141,7 @@ spack:
|
|||||||
- cd share/spack/gitlab/cloud_e4s_pipelines/stacks/e4s
|
- cd share/spack/gitlab/cloud_e4s_pipelines/stacks/e4s
|
||||||
- spack env activate --without-view .
|
- spack env activate --without-view .
|
||||||
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
image: { "name": "ghcr.io/scottwittenburg/ecpe4s-ubuntu18.04-runner-x86_64:2020-09-01", "entrypoint": [""] }
|
||||||
tags: ["spack", "public", "medium"]
|
tags: ["spack", "public", "medium", "x86_64"]
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
build-group: New PR testing workflow
|
build-group: New PR testing workflow
|
||||||
|
Loading…
Reference in New Issue
Block a user