summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/stacks/data-vis-sdk/spack.yaml
blob: 85095e5619bce45e33e926bb8345f1c86a4a5240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
spack:
  view: false

  concretizer:
    reuse: false
    unify: false

  config:
    install_tree:
      root: /home/software/spack
      padded_length: 512
      projections:
        all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'

  packages:
    cmake:
      variants: ~ownlibs
    mesa:
      variants: +glx ~osmesa +opengl ~opengles +llvm
    paraview:
      variants: +qt
    visit:
      variants: +gui
    all:
      target: [x86_64]

  # Currently disabled: sensei
  specs:
    - ecp-data-vis-sdk ~cuda ~rocm ~sensei
        +adios2
        +ascent
        +cinema
        +darshan
        +faodel
        +hdf5
        +paraview
        +pnetcdf
        +sz
        +unifyfs
        +veloc
        +vtkm
        +zfp
        +visit

  mirrors: { "mirror": "s3://spack-binaries/data-vis-sdk" }

  gitlab-ci:
    image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
    script:
      - . "./share/spack/setup-env.sh"
      - spack --version
      - 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}'"
      - spack -d ci rebuild
    mappings:
      - match:
          - llvm
          - qt
        runner-attributes:
          tags: [ "spack", "public", "huge", "x86_64" ]
          variables:
            CI_JOB_SIZE: huge
            KUBERNETES_CPU_REQUEST: 11000m
            KUBERNETES_MEMORY_REQUEST: 42G

      - match:
            - ecp-data-vis-sdk
            - mesa
            - openblas
            - paraview
            - visit
            - vtk-m
        runner-attributes:
          tags: [ "spack", "public", "large", "x86_64" ]
          variables:
            CI_JOB_SIZE: large
            KUBERNETES_CPU_REQUEST: 8000m
            KUBERNETES_MEMORY_REQUEST: 12G

      - match:
            - adios2
            - ascent
            - binutils
            - blt
            - boost
            - conduit
            - double-conversion
            - dray
            - eigen
            - faodel
            - hdf5
            - mfem
            - nasm
            - openmpi
            - pegtl
            - py-cinemasci
            - raja
            - vtk-h
        runner-attributes:
          tags: [ "spack", "public", "medium", "x86_64" ]
          variables:
            CI_JOB_SIZE: "medium"
            KUBERNETES_CPU_REQUEST: "2000m"
            KUBERNETES_MEMORY_REQUEST: "4G"

      - match:
            - darshan-util
            - docbook-xml
            - gdbm
            - gettext
            - hwloc
            - libevent
            - libmd
            - libpciaccess
            - libsigsegv
            - libunwind
            - libxml2
            - libzmq
            - numactl
            - openssh
            - pcre
            - perl-data-dumper
            - py-cycler
            - py-decorator
            - py-mistune
            - py-pycparser
            - py-setuptools
            - py-wheel
            - readline
            - sqlite
            - tar
            - util-linux-uuid

        runner-attributes:
          tags: [ "spack", "public", "small", "x86_64" ]
          variables:
            CI_JOB_SIZE: "small"
            KUBERNETES_CPU_REQUEST: "500m"
            KUBERNETES_MEMORY_REQUEST: "500M"

      - match: ['@:']
        runner-attributes:
          tags: ["spack", "public", "x86_64"]
          variables:
            CI_JOB_SIZE: "default"

    broken-specs-url: "s3://spack-binaries-develop/broken-specs"
    service-job-attributes:
      image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
      before_script:
        - . "./share/spack/setup-env.sh"
        - spack --version
      tags: ["spack", "public", "medium", "x86_64"]

  cdash:
    build-group: Data and Vis SDK
    url: https://cdash.spack.io
    project: Spack Testing
    site: Cloud Gitlab Infrastructure