summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/configs/config.yaml
diff options
context:
space:
mode:
authorkwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>2023-03-10 13:25:35 -0600
committerGitHub <noreply@github.com>2023-03-10 12:25:35 -0700
commitf3595da600cb79c16bf706320cbc6047239d4605 (patch)
treea8acd6618a97b931d3e8dfa6eb00f0cf75af8824 /share/spack/gitlab/cloud_pipelines/configs/config.yaml
parent16c67ff9b4b94c9ae48c60638c94ec0610e6a082 (diff)
downloadspack-f3595da600cb79c16bf706320cbc6047239d4605.tar.gz
spack-f3595da600cb79c16bf706320cbc6047239d4605.tar.bz2
spack-f3595da600cb79c16bf706320cbc6047239d4605.tar.xz
spack-f3595da600cb79c16bf706320cbc6047239d4605.zip
CI boilerplate reduction (#34272)
* 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
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/configs/config.yaml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/configs/config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/config.yaml b/share/spack/gitlab/cloud_pipelines/configs/config.yaml
new file mode 100644
index 0000000000..bb0d502310
--- /dev/null
+++ b/share/spack/gitlab/cloud_pipelines/configs/config.yaml
@@ -0,0 +1,10 @@
+config:
+ build_jobs: 32
+ concretizer: clingo
+ db_lock_timeout: 120
+ install_tree:
+ root: /home/software/spack
+ padded_length: 256
+ projections:
+ all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
+