summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorScott Wittenburg <scott.wittenburg@kitware.com>2018-12-17 17:35:47 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2019-02-21 15:37:35 -0600
commita6e8e889b291a5a048cbdf5497f19216a4acb25e (patch)
treed70f3feffbee4f43279973664c7243994e4b1626 /share
parent05cdb5a0bb385c049cc3b54e664be6e5b2a35816 (diff)
downloadspack-a6e8e889b291a5a048cbdf5497f19216a4acb25e.tar.gz
spack-a6e8e889b291a5a048cbdf5497f19216a4acb25e.tar.bz2
spack-a6e8e889b291a5a048cbdf5497f19216a4acb25e.tar.xz
spack-a6e8e889b291a5a048cbdf5497f19216a4acb25e.zip
release workflow: Add spack command for generating the .gitlab-ci.yml
This spack command adds a new schema for a file which describes the builder containers available, along with the compilers availabe on each builder. The release-jobs command then generates the .gitlab-ci.yml file by first expanding the release spec set, concretizing each spec (in an appropriate docker container if --this-machine-only argument is not provided on command line), and then combining and staging all the concrete specs as jobs to be run by gitlab.
Diffstat (limited to 'share')
-rw-r--r--share/spack/docker/os-container-mapping.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/spack/docker/os-container-mapping.yaml b/share/spack/docker/os-container-mapping.yaml
new file mode 100644
index 0000000000..8af43f6110
--- /dev/null
+++ b/share/spack/docker/os-container-mapping.yaml
@@ -0,0 +1,11 @@
+containers:
+ linux-ubuntu18.04-x86_64:
+ image: scottwittenburg/spack_builder_ubuntu_18.04
+ compilers:
+ - name: gcc@5.5.0
+ - name: clang@6.0.0-1ubuntu2
+ linux-centos7-x86_64:
+ image: scottwittenburg/spack_builder_centos_7
+ compilers:
+ - name: gcc@5.5.0
+ - name: clang@6.0.0