gitlab: Remove temporary storage url from all stacks (#29949)

Gitlab pipelines run for spack already have other S3 storage locations
configured for storage of binaries, so this PR removes the redundant
per-pipeline mirror.  As a result, the "cleanup" jobs will no longer be
generated at the end of each pipeline, removing one possible point of
pipeline failure.
This commit is contained in:
Scott Wittenburg 2022-05-04 09:18:47 -06:00 committed by GitHub
parent 6702e87ee4
commit 6b6147d5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 10 deletions

View File

@ -96,7 +96,6 @@ spack:
CI_JOB_SIZE: "default" CI_JOB_SIZE: "default"
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
before_script: before_script:

View File

@ -134,15 +134,12 @@ spack:
KUBERNETES_CPU_REQUEST: "500m" KUBERNETES_CPU_REQUEST: "500m"
KUBERNETES_MEMORY_REQUEST: "500M" KUBERNETES_MEMORY_REQUEST: "500M"
- match: ['@:'] - match: ['@:']
runner-attributes: runner-attributes:
tags: ["spack", "public", "x86_64"] tags: ["spack", "public", "x86_64"]
variables: variables:
CI_JOB_SIZE: "default" CI_JOB_SIZE: "default"
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] } image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }

View File

@ -47,7 +47,6 @@ spack:
runner-attributes: runner-attributes:
tags: tags:
- omicron - omicron
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
before_script: before_script:

View File

@ -241,7 +241,6 @@ spack:
runner-attributes: runner-attributes:
image: { "name": "ghcr.io/spack/e4s-ubuntu-20.04:v2021-10-18", "entrypoint": [""] } image: { "name": "ghcr.io/spack/e4s-ubuntu-20.04:v2021-10-18", "entrypoint": [""] }
tags: ["spack", "public", "large", "ppc64le"] tags: ["spack", "public", "large", "ppc64le"]
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
before_script: before_script:

View File

@ -403,7 +403,6 @@ spack:
variables: variables:
CI_JOB_SIZE: "default" CI_JOB_SIZE: "default"
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
before_script: before_script:

View File

@ -158,7 +158,7 @@ spack:
tags: ["spack", "public", "x86_64"] tags: ["spack", "public", "x86_64"]
variables: variables:
CI_JOB_SIZE: "default" CI_JOB_SIZE: "default"
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
service-job-attributes: service-job-attributes:
before_script: before_script:
- . "./share/spack/setup-env.sh" - . "./share/spack/setup-env.sh"

View File

@ -134,7 +134,7 @@ spack:
tags: ["spack", "public", "x86_64"] tags: ["spack", "public", "x86_64"]
variables: variables:
CI_JOB_SIZE: default CI_JOB_SIZE: default
temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage"
broken-specs-url: "s3://spack-binaries-develop/broken-specs" broken-specs-url: "s3://spack-binaries-develop/broken-specs"
service-job-attributes: service-job-attributes:
image: { "name": "ghcr.io/spack/tutorial-ubuntu-18.04:v2021-11-02", "entrypoint": [""] } image: { "name": "ghcr.io/spack/tutorial-ubuntu-18.04:v2021-11-02", "entrypoint": [""] }
@ -143,7 +143,6 @@ spack:
- spack --version - spack --version
tags: ["spack", "public", "x86_64"] tags: ["spack", "public", "x86_64"]
cdash: cdash:
build-group: Spack Tutorial build-group: Spack Tutorial
url: https://cdash.spack.io url: https://cdash.spack.io