-
Notifications
You must be signed in to change notification settings - Fork 11
chore: remove mode #819
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
chore: remove mode #819
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
|
🧪 CI InsightsHere's what we observed from your CI run for c9587ce. 🟢 All jobs passed!But CI Insights is watching 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the mode field from ScopesConfig to shift responsibility for execution mode to the merge_queue on the engine side.
- Remove ScopesConfig.mode (serial/parallel)
- Keep existing fields and validation behavior (extra="forbid")
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
adb0063 to
9269365
Compare
|
@sileht this pull request is now in conflict 😩 |
This will be moved to merge_queue: on engine side. Change-Id: I7bfa1faac35fa5547bba04cf24b941a4c7b1e700
9269365 to
c9587ce
Compare
This will be moved to merge_queue: on engine side.