Autoware Universe - Required Workflows Update #5609
xmfcx
announced in
Announcements
Replies: 1 comment
-
Follow-up UpdateRight after the announcement, I've merged ci(build-test-tidy): introduce success condition jobs #9769 to introduce more clear/transparent success conditions. Now it will be much more clear if something goes wrong with your PR. You now have detailed step summaries, pointing you where to look 🕵️ Some examples:Normal Package Modification🟢 Good Change🔴 Bad ChangeCUDA Package Modification🟢 Good Change🔴 Bad ChangeNo Package ModificationWith Label 🟢Without Label 🔴 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update:
build-test-tidy-pr
Checks and CI ImprovementsWe are excited to announce the introduction of
build-test-tidy-pr
checks! As part of this update, we have refined and improved the required CI workflows.Key Changes:
Tag Renaming:
The tag has been renamed from
tag:run-build-and-test-differential
torun:build-and-test-differential
to better reflect its purpose as a trigger for an action.Improved Workflow Visualization:
You can now toggle the steps of sub-workflows directly in the CI interface for better visibility and control:
Enhanced Summary Pages:
The summary page now provides a clearer view of how workflow jobs are interconnected:
🚨🔧 Action Required:
Ensure your branches are updated to the latest
main
branch. You can do this by using either a rebase or merge commit.Why These Changes Matter:
These updates were implemented with two primary goals:
We hope these changes improve your workflow and make CI interactions smoother. Thank you for your continued contributions!
cc. @yhisaki @mitsudome-r @sasakisasaki
Beta Was this translation helpful? Give feedback.
All reactions