summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-12-23 00:21:19 +0100
committerGitHub <noreply@github.com>2023-12-23 00:21:19 +0100
commit7cb873fb871010f58b9a86cf496be9874ac18029 (patch)
treec52557b41c313116e02f9dfd7c9344ce7c443215 /lib
parent408b0e0c4508065966f148b45b9e97790f9c298b (diff)
downloadspack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.gz
spack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.bz2
spack-7cb873fb871010f58b9a86cf496be9874ac18029.tar.xz
spack-7cb873fb871010f58b9a86cf496be9874ac18029.zip
Revert "CI: Disable downloading artifacts from upstream jobs (#41432)" (#41843)
This reverts commit a43156a86131a0b138f356a2721709a2070665ca.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/ci.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py
index 170dd1ec45..ac30804574 100644
--- a/lib/spack/spack/ci.py
+++ b/lib/spack/spack/ci.py
@@ -1253,7 +1253,6 @@ def generate_gitlab_ci_yaml(
op=lambda cmd: cmd.replace("mirror_prefix", temp_storage_url_prefix),
)
- cleanup_job["dependencies"] = []
output_object["cleanup"] = cleanup_job
if (
@@ -1277,7 +1276,6 @@ def generate_gitlab_ci_yaml(
if buildcache_destination
else remote_mirror_override or remote_mirror_url
)
- signing_job["dependencies"] = []
output_object["sign-pkgs"] = signing_job
@@ -1298,7 +1296,6 @@ def generate_gitlab_ci_yaml(
final_job["when"] = "always"
final_job["retry"] = service_job_retries
final_job["interruptible"] = True
- final_job["dependencies"] = []
output_object["rebuild-index"] = final_job