ci: add standard CI requirements shadow outputs#29742
Closed
Qbandev wants to merge 1 commit into
Closed
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Contributor
Author
Closing: PR 1 + PR 2 are sufficient for MCWP-440After data-driven analysis, the shadow outputs and future enforcement (PR 3 + PR 4) are not justified at this time. What PR 1 + PR 2 already deliver:
What PR 3 + PR 4 would have added:
Why it does not justify the complexity:
Reopen conditions:
Full analysis and plan preserved in the MCWP-440 Jira ticket. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR extends the reusable
get-requirementsworkflow with shadow-only standard/locales CI decisions.It adds these outputs:
locales_onlylocales_validation_neededstandard_ci_neededrequirements_enforcedIt also adds a
GITHUB_STEP_SUMMARYsection that reports changed-file classification, existing E2E decisions, standard/locales decisions, enforcement state, and the future standard-CI skip mapping.No standard CI jobs consume these outputs yet, so CI execution remains unchanged. This is only to collect validation data before enforcement.
Reviewer note: the new shadow step defines its own
ALL_CHANGES_COUNTenvironment binding from the existing paths-filter output. The E2E step already reads the same output separately; this is intentional because step-levelenvbindings are scoped to each step.Changelog
CHANGELOG entry: null
Related issues
Refs: MCWP-440
Manual testing steps
N/A - workflow-only change. Local validation:
ruby -e "require 'yaml'; YAML.load_file('.github/workflows/get-requirements.yml')"actionlint -color -config-file .github/actionlint.yaml .github/workflows/get-requirements.ymlgit diff --checkScreenshots/Recordings
Before
N/A
After
N/A
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist