Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Updates #1052

Merged
merged 14 commits into from
Aug 2, 2024
Merged

Workflow Updates #1052

merged 14 commits into from
Aug 2, 2024

Conversation

aka-bo
Copy link
Contributor

@aka-bo aka-bo commented Jul 31, 2024

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
  • 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
  • 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?

  • 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

@aka-bo aka-bo marked this pull request as ready for review July 31, 2024 20:40
@aka-bo aka-bo requested a review from sushantmimani July 31, 2024 20:40
Copy link
Contributor

@sushantmimani sushantmimani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@aka-bo aka-bo merged commit 66a70b2 into main Aug 2, 2024
18 checks passed
@aka-bo aka-bo deleted the ci-refresh-multi branch August 2, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants