
* CI configuration boilerplate reduction and refactor Configuration: - New notation for list concatenation (prepend/append) - New notation for string concatenation (prepend/append) - Break out configuration files for: ci.yaml, cdash.yaml, view.yaml - Spack CI section refactored to improve self-consistency and composability - Scripts are now lists of lists and/or lists of strings - Job attributes are now listed under precedence ordered list that are composed/merged using Spack config merge rules. - "service-jobs" are identified explicitly rather than as a batch CI: - Consolidate common, platform, and architecture configurations for all CI stacks into composable configuration files - Make padding consistent across all stacks (256) - Merge all package -> runner mappings to be consistent across all stacks Unit Test: - Refactor CI module unit-tests for refactor configuration Docs: - Add docs for new notations in configuration.rst - Rewrite docs on CI pipelines to be consistent with refactored CI workflow * Script verbose environ, dev bootstrap * Port #35409
24 lines
557 B
YAML
24 lines
557 B
YAML
packages:
|
|
#all:
|
|
# CI should never build develop/main/master versions of
|
|
# packages.
|
|
# Current issues:
|
|
# - e4s/dav
|
|
# - hdf5-vol-async => argobot@main
|
|
# - aws-ahug-*
|
|
# - snap
|
|
# - tycho2
|
|
# - amg2013
|
|
# - cosp2
|
|
# - snbone
|
|
# - vpfft
|
|
# - vpic
|
|
# - aws-isc-aarch64
|
|
# - sse2neon
|
|
#require: "@:999999999"
|
|
python:
|
|
# This is redundant after https://github.com/spack/spack/pull/33898
|
|
# but specified to allow the existance of a package.yaml for CI configs
|
|
require: "@3.7:"
|
|
|