Show the Pipeline editor's Full configuration when using override_project_ci strategy with pipeline execution policies

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

When using the override_project_ci strategy with pipeline execution policies, a project's Full configuration tab shows below:

---
Pipeline execution policy trigger:
  stage: ".pre"
  script:
  - echo "Forcing project pipeline to run policy jobs."
stages:
- ".pipeline-policy-pre"
- ".pre"
- build
- test
- deploy
- ".post"
- ".pipeline-policy-post"

And the Visualize tab only shows the .pre stage job Pipeline execution policy trigger:

Screenshot_2025-09-18_at_15.53.39

This issue is to ask for the Visualize and Full configuration tabs to show the final CI/CD configuration after applying the pipeline execution policy.

Example project to see the current behaviour: https://gitlab.com/e_munn_ultimate_group/tests/pipeline-exec-policy-test

Edited by 🤖 GitLab Bot 🤖