File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,17 +614,7 @@ def test_build_job_docker_services(self):
614614 # Build job uses docker-in-docker services
615615 assert "services" in data ["build" ]
616616
617- # BUG-1: deploy pipeline with no kubernetes produces empty stages list
618- @pytest .mark .xfail (
619- strict = True ,
620- reason = (
621- "BUG-1: When type='deploy' and kubernetes=False, _global_section() "
622- "produces an empty stages list because the 'deploy' stage is only "
623- "appended when args.kubernetes is True. A deploy-only pipeline "
624- "without Kubernetes has no valid stages, making it an invalid "
625- "GitLab CI pipeline."
626- ),
627- )
617+ # BUG-1 regression: deploy pipeline with no kubernetes must still have stages
628618 def test_deploy_pipeline_no_kubernetes_empty_stages (self ):
629619 """
630620 BUG-1: When type='deploy' and kubernetes=False, the generated
You can’t perform that action at this time.
0 commit comments