Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Try out a centos7 tutorial pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Jul 23, 2020
1 parent fae46e0 commit c4a7a37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generate-pipeline:
artifacts:
paths:
- "${CI_PROJECT_DIR}/jobs_scratch_dir/pipeline.yml"
image: { "name": "spack/ubuntu-bionic", "entrypoint": [""] }
image: { "name": "ecpe4s/centos7-runner:1.0", "entrypoint": [""] }
tags: ["spack-kube", "medium"]

build-jobs:
Expand Down
28 changes: 14 additions & 14 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spack:
definitions:
- bootstrapped_compilers:
- "[email protected] os=ubuntu18.04"
- "gcc@6.5.0 os=ubuntu18.04"
- "[email protected] os=ubuntu18.04"
- "[email protected] %[email protected] os=centos7"
- "gcc@7.2.1 %[email protected].0 os=centos7"
- "[email protected] %[email protected] os=centos7"
- gcc_system_packages:
- matrix:
- - zlib
Expand All @@ -19,9 +19,9 @@ spack:
- [email protected]
- mpileaks
- lmod
- ['%gcc@7.5.0']
- ['%gcc@7.3.0']
- gcc_old_packages:
- zlib%gcc@6.5.0
- zlib%gcc@7.2.1
- clang_packages:
- matrix:
- [zlib, tcl ^[email protected]]
Expand All @@ -42,49 +42,49 @@ spack:
- $gcc_spack_built_packages

mirrors:
cloud_mirror: 's3://spack-tutorial-container/mirror'
cloud_mirror: 's3://spack-tutorial-container/mirror-centos7'

gitlab-ci:
bootstrap:
- name: bootstrapped_compilers
compiler-agnostic: true
- bootstrapped_compilers
mappings:
- match: [llvm]
runner-attributes:
image:
name: spack/ubuntu-bionic
name: ecpe4s/centos7-runner:1.0
entrypoint: ['']
tags: [spack-kube, r5.2xlarge]
variables: {}
- match: [trilinos, gcc]
runner-attributes:
image:
name: spack/ubuntu-bionic
name: ecpe4s/centos7-runner:1.0
entrypoint: ['']
tags: [spack-kube, large]
variables: {}
- match: [os=ubuntu18.04]
runner-attributes:
image:
name: spack/ubuntu-bionic
name: ecpe4s/centos7-runner:1.0
entrypoint: ['']
tags: [spack-kube, medium]
variables: {}
final-stage-rebuild-index:
tags: [spack-kube]
image:
name: spack/ubuntu-bionic
name: ecpe4s/centos7-runner:1.0
entrypoint: ['']
enable-debug-messages: True

cdash:
build-group: Spack v0.15.1 Tutorial Container
build-group: Spack v0.15.1 (Centos7) Tutorial Container
url: https://cdash.spack.io
project: Spack
site: Spack Gitlab Cloud Infrastructure

view: false
config: {}
config:
install_tree: /home/software/$padding:512
modules:
enable: []
packages:
Expand Down

0 comments on commit c4a7a37

Please sign in to comment.