-
Notifications
You must be signed in to change notification settings - Fork 3k
Rebase watchdog feature branch #8989
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
Conversation
|
@scartmell-arm, thank you for your changes. |
|
CI started |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
|
@scartmell-arm Please take a look at the build errors. |
|
lol seriously??? @ARMmbed/mbed-os-maintainers that's a bug or at least wrong behaviour |
|
You can't actually rebase a feature branch via a GitHub PR. Normally they're just rebased by a maintainer. None of the results of pressing the "Merge" button on this PR would be acceptable, no matter how you constructed the PR. The automation is making a mess here because the result of this PR would be a mess. If the rebase is simple, just ask a maintainer to do it. If you want to make a PR in order to run CI now on the potential result of such a feature rebase, that may well be worthwhile. (Otherwise you'll only see failures on the next PR to that feature). Or maybe you just need to resolve conflicts manually, and a PR is a reasonable way to post the result. I would do it by something like: (And that would flag for review all the teams whose files are currently being touched by the feature branch, which seems reasonable. Review wouldn't normally be required for a rebase anyway, but they may want to be kept informed). |
Make minor grammar edits.
|
CI started |
|
@scartmell-arm Please take a look at the build failures. Looks like this still has a problem with NRF52 targets. |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
|
The failures still needs to be addressed here |
|
CI restarted |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
|
Ci restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
|
The branch is ready for updating ! |
|
Branch updated |
Description
Testing on CI before updating upstream branch
Pull request type