summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/spack/ci.py3
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml1
2 files changed, 0 insertions, 4 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
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index 34951a8335..0c770ee872 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -73,7 +73,6 @@ default:
# Job templates
########################################
.base-job:
- when: manual
variables:
PIPELINE_MIRROR_TEMPLATE: "single-src-protected-mirrors.yaml.in"
# TODO: We can remove this when we drop the "deprecated" stack