summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml225
1 files changed, 4 insertions, 221 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml
index be7d5e267d..ab8efe112c 100644
--- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml
+++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml
@@ -1,18 +1,5 @@
spack:
view: false
-
- concretizer:
- reuse: false
- unify: false
-
- config:
- concretizer: clingo
- install_tree:
- root: /home/software/spack
- padded_length: 512
- projections:
- all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
-
packages:
all:
compiler: [gcc@11.1.0]
@@ -212,214 +199,10 @@ spack:
mirrors: { "mirror": "s3://spack-binaries/develop/e4s-power" }
- gitlab-ci:
-
- 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
- - . "./share/spack/setup-env.sh"
- - spack --version
- - spack arch
- - cd ${SPACK_CONCRETE_ENV_DIR}
- - spack env activate --without-view .
- - spack config add "config:install_tree:projections:${SPACK_JOB_SPEC_PKG_NAME}:'morepadding/{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'"
- - mkdir -p ${SPACK_ARTIFACTS_ROOT}/user_data
- - if [[ -r /mnt/key/e4s.gpg ]]; then spack gpg trust /mnt/key/e4s.gpg; fi
- - if [[ -r /mnt/key/spack_public_key.gpg ]]; then spack gpg trust /mnt/key/spack_public_key.gpg; fi
- - spack --color=always --backtrace ci rebuild > >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_out.txt) 2> >(tee ${SPACK_ARTIFACTS_ROOT}/user_data/pipeline_err.txt >&2)
- after_script:
- - cat /proc/loadavg || true
-
- image: ecpe4s/ubuntu20.04-runner-ppc64le:2023-01-01
-
- match_behavior: first
- mappings:
- - match:
- - hipblas
- - llvm
- - llvm-amdgpu
- - rocblas
- - paraview
- - visit
- runner-attributes:
- tags: [ "spack", "huge", "ppc64le" ]
- variables:
- CI_JOB_SIZE: huge
-
- - match:
- - cuda
- - dyninst
- - ginkgo
- - hpx
- - kokkos-kernels
- - kokkos-nvcc-wrapper
- - magma
- - mfem
- - mpich
- - openturns
- - precice
- - raja
- - rust
- - slate
- - trilinos
- - vtk-m
- - warpx
- runner-attributes:
- tags: [ "spack", "large", "ppc64le" ]
- variables:
- CI_JOB_SIZE: large
-
- - match:
- - adios2
- - amrex
- - archer
- - ascent
- - axom
- - binutils
- - blaspp
- - boost
- - butterflypack
- - cabana
- - caliper
- - camp
- - chai
- - conduit
- - datatransferkit
- - faodel
- - ffmpeg
- - fftw
- - fortrilinos
- - gperftools
- - gptune
- - hdf5
- - heffte
- - hpctoolkit
- - hwloc
- - hypre
- - kokkos
- - lammps
- - lapackpp
- - legion
- - libzmq
- - llvm-openmp-ompt
- - mbedtls
- - netlib-scalapack
- - omega-h
- - openmpi
- - openpmd-api
- - pagmo2
- - papyrus
- - parsec
- - pdt
- - petsc
- - pumi
- - py-ipython-genutils
- - py-petsc4py
- - py-scipy
- - py-statsmodels
- - py-warlock
- - py-warpx
- - pygmo
- - slepc
- - slurm
- - strumpack
- - sundials
- - superlu-dist
- - tasmanian
- - tau
- - upcxx
- - vtk-h
- - zfp
- runner-attributes:
- tags: [ "spack", "medium", "ppc64le" ]
- variables:
- CI_JOB_SIZE: "medium"
-
- - match:
- - alsa-lib
- - ant
- - antlr
- - argobots
- - automake
- - berkeley-db
- - bison
- - blt
- - cmake
- - curl
- - darshan-util
- - diffutils
- - exmcutils
- - expat
- - flit
- - freetype
- - gdbm
- - gotcha
- - hpcviewer
- - jansson
- - json-c
- - libbsd
- - libevent
- - libjpeg-turbo
- - libnrm
- - libpng
- - libunistring
- - lua-luaposix
- - m4
- - mpfr
- - ncurses
- - openblas
- - openjdk
- - papi
- - parallel-netcdf
- - pcre2
- - perl-data-dumper
- - pkgconf
- - py-alembic
- - py-idna
- - py-testpath
- - qhull
- - snappy
- - swig
- - tar
- - tcl
- - texinfo
- - unzip
- - util-linux-uuid
- - util-macros
- - yaml-cpp
- - zlib
- - zstd
- runner-attributes:
- tags: [ "spack", "small", "ppc64le" ]
- variables:
- CI_JOB_SIZE: "small"
-
- - match: ['os=ubuntu20.04']
- runner-attributes:
- tags: ["spack", "ppc64le"]
- variables:
- CI_JOB_SIZE: "default"
-
- broken-specs-url: "s3://spack-binaries/broken-specs"
-
- service-job-attributes:
- before_script:
- - . "./share/spack/setup-env.sh"
- - spack --version
- image: ecpe4s/ubuntu20.04-runner-ppc64le:2023-01-01
- tags: ["spack", "public", "ppc64le"]
-
- signing-job-attributes:
- image: { "name": "ghcr.io/spack/notary:latest", "entrypoint": [""] }
- tags: ["spack", "aws"]
- script:
- - aws s3 sync --exclude "*" --include "*spec.json*" ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache /tmp
- - /sign.sh
- - aws s3 sync --exclude "*" --include "*spec.json.sig*" /tmp ${SPACK_REMOTE_MIRROR_OVERRIDE}/build_cache
+ ci:
+ pipeline-gen:
+ - build-job:
+ image: ecpe4s/ubuntu20.04-runner-ppc64le:2023-01-01
cdash:
build-group: E4S Power
- url: https://cdash.spack.io
- project: Spack Testing
- site: Cloud Gitlab Infrastructure