generated from lfreleng-actions/actions-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Feat!: GitHub/Gerrit closed loop testing fixes #58
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
Merged
tykeal
merged 1 commit into
lfreleng-actions:main
from
modeseven-lfreleng-actions:sync-updates
Jan 14, 2026
Merged
Feat!: GitHub/Gerrit closed loop testing fixes #58
tykeal
merged 1 commit into
lfreleng-actions:main
from
modeseven-lfreleng-actions:sync-updates
Jan 14, 2026
Conversation
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
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 4, 2025 10:35
View session
62da060 to
028cb53
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 4, 2025 11:29
View session
e5411ba to
993f715
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 7, 2025 13:27
View session
993f715 to
1d98999
Compare
1d98999 to
4c5c8e7
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 7, 2025 13:53
View session
4c5c8e7 to
423e1cd
Compare
423e1cd to
63faf2b
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 8, 2025 09:00
View session
63faf2b to
18ea5d6
Compare
18ea5d6 to
512f26a
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
December 17, 2025 18:17
View session
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
January 6, 2026 17:30
View session
1337aba to
c0748ef
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
January 7, 2026 11:12
View session
d312b4e to
68a110a
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
January 7, 2026 14:44
View session
431257a to
f68b34b
Compare
0d435df to
5e02298
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
January 12, 2026 12:02
View session
Contributor
Author
|
Needs: #100 |
5e02298 to
f1062f5
Compare
- Abandoned Gerrit changes are now closed automatically in GitHub - Closed/superceded GitHub pull requests are now closed in Gerrit Also: - Converted some INFO messages to DEBUG to reduce console/job output noise - Fixed max_workers calculation when no work to perform - Ensure full/complete exception error propagation - Test isolation improvements related to processing changes - Minor markdown formatting/linting updates in documentation - Various output message/console logging updates/improvements - Minor changes to typer/exception handling and exit status - Filter HTML and markdown when copying Github comments to Gerrit Flow/logic was optimised to: 1. Reconcile first: Determine `reuse_ids` before preparing commits 2. Single preparation: Prepare commits once with correct `reuse_ids` Breaking changes due to change in default behaviour: - ALLOW_DUPLICATES default set from false -> true - SIMILARITY_FILES default set from false -> true ALLOW_DUPLICATES was primarily used during testing, has little effect in production workflows. SIMILARITY_FILES affects how commits are matched during pull request updates and changes reconcilliation behaviour. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
f1062f5 to
8a06f33
Compare
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
January 12, 2026 12:33
View session
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
Copilot reviewed 30 out of 30 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tykeal
approved these changes
Jan 14, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Feat!: GitHub/Gerrit closed loop testing fixes
Also:
Flow/logic was optimised to:
reuse_idsbefore preparing commitsreuse_idsBreaking change due to change in default behaviour: