To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
[ ] Tests (if applicable)
[ ] Documentation (if applicable)
[ ] Changelog entry
[x] A full explanation here in the PR description of the work done
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[x] CI related changes
[ ] Documentation content changes
[ ] Tests
[ ] Other
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
[x] Yes (backward compatible)
[ ] No (breaking changes)
What's new?
Workflow jobs currently defined in ci.yml have been refactored into standalone workflows.
PR and branch (main) triggers have been removed from ci.yml. PR events will now be handled by the new *-ci.yml, *-pr.yml, and cross-language-validation.yml workflows. Additionally, a push to any branch will now trigger the relevant *-ci.yml workflow(s).
NOTE: ci.yml will continue to be triggered for pushes to release-*
Updated test scripts and project configs as needed to generate junit report xml for test summations
To help us get this pull request reviewed and merged quickly, please be sure to include the following items:
PR Type
What kind of change does this PR introduce?
Backward Compatibility
Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?
What's new?
ci.yml
have been refactored into standalone workflows.ci.yml
. PR events will now be handled by the new*-ci.yml
,*-pr.yml
, andcross-language-validation.yml
workflows. Additionally, a push to any branch will now trigger the relevant*-ci.yml
workflow(s).ci.yml
will continue to be triggered for pushes torelease-*