From 1be6506e29b57bd905145c8f08fbd7193e74bb78 Mon Sep 17 00:00:00 2001 From: Scott Wittenburg Date: Mon, 17 Oct 2022 08:29:56 -0600 Subject: gitlab ci: Do not force protected build jobs to run on aws runners (#33314) --- lib/spack/spack/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py index c54596fea6..e471e04209 100644 --- a/lib/spack/spack/ci.py +++ b/lib/spack/spack/ci.py @@ -878,7 +878,7 @@ def generate_gitlab_ci_yaml( # For spack pipelines "public" and "protected" are reserved tags tags = _remove_reserved_tags(tags) if spack_pipeline_type == "spack_protected_branch": - tags.extend(["aws", "protected"]) + tags.extend(["protected"]) elif spack_pipeline_type == "spack_pull_request": tags.extend(["public"]) -- cgit v1.2.3-70-g09d2