Skip to content

Commit

Permalink
Attempt to fix obtuse errors from spack ci generate
Browse files Browse the repository at this point in the history
  • Loading branch information
blue42u committed Sep 9, 2022
1 parent 291700c commit e6311c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions share/spack/gitlab/cloud_pipelines/stacks/hpctoolkit/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ spack:
runner-attributes:
image: &id001
name: ghcr.io/spack/e4s-centos-7:latest
pull_policy: always
pull_policy: [always]
tags: [spack, huge, x86_64_v3]
variables: &id002 {CI_JOB_SIZE: huge, KUBERNETES_CPU_REQUEST: 11000m, KUBERNETES_MEMORY_REQUEST: 42G}
- match: ['hipblas os=centos7 target=:graviton', 'llvm os=centos7 target=:graviton',
Expand All @@ -339,7 +339,7 @@ spack:
runner-attributes:
image: &id003
name: ghcr.io/spack/e4s-fedora-36:latest
pull_policy: always
pull_policy: [always]
tags: [spack, huge, x86_64_v3]
variables: *id002
- match: ['hipblas os=fedora36 target=:graviton', 'llvm os=fedora36 target=:graviton',
Expand All @@ -360,7 +360,7 @@ spack:
runner-attributes:
image: &id004
name: ghcr.io/spack/e4s-leap-15:latest
pull_policy: always
pull_policy: [always]
tags: [spack, huge, x86_64_v3]
variables: *id002
- match: ['hipblas os=opensuse_leap15 target=:graviton', 'llvm os=opensuse_leap15
Expand All @@ -382,7 +382,7 @@ spack:
runner-attributes:
image: &id005
name: ghcr.io/spack/e4s-almalinux-8:latest
pull_policy: always
pull_policy: [always]
tags: [spack, huge, x86_64_v3]
variables: *id002
- match: ['hipblas os=almalinux8 target=:graviton', 'llvm os=almalinux8 target=:graviton',
Expand All @@ -402,7 +402,7 @@ spack:
runner-attributes:
image: &id006
name: ghcr.io/spack/e4s-ubuntu-20.04:latest
pull_policy: always
pull_policy: [always]
tags: [spack, huge, x86_64_v3]
variables: *id002
- match: ['hipblas os=ubuntu20.04 target=:graviton', 'llvm os=ubuntu20.04 target=:graviton',
Expand Down

0 comments on commit e6311c8

Please sign in to comment.