-
Notifications
You must be signed in to change notification settings - Fork 668
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
ci: pass run condition to reusable workflow #9771
ci: pass run condition to reusable workflow #9771
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Thanks, you need to do the same for the clang tidy one as well. |
9540240
to
4b96407
Compare
…refoundation#9769)" This reverts commit 421ec7d.
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
4b96407
to
b6c0d68
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9771 +/- ##
==========================================
- Coverage 28.77% 28.77% -0.01%
==========================================
Files 1457 1457
Lines 109219 109228 +9
Branches 42567 42571 +4
==========================================
Hits 31432 31432
- Misses 74706 74715 +9
Partials 3081 3081
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Tests - 01 ❌🖱️Click here to expand🔛Normal Package Modification🟢 Good Change🔴 Bad ChangeCUDA Package Modification🟢 Good Change
I'll fix this and re-run the tests.
|
2af88df
to
9a8f0a1
Compare
Tests - 02 ❌🖱️Click here to expand🔛Normal Package Modification🟢 Good Change🔴 Bad Change
CUDA Package Modification🟢 Good Change🔴 Bad Change
|
9a8f0a1
to
ff1db9d
Compare
Signed-off-by: M. Fatih Cırıt <[email protected]>
ff1db9d
to
45bdd84
Compare
Signed-off-by: M. Fatih Cırıt <[email protected]>
2468053
to
ddf48c8
Compare
Tests - 03 ❌🖱️Click here to expand🔛Normal Package Modification🟢 Good Change🔴 Bad ChangeCUDA Package Modification🟢 Good Change🔴 Bad ChangeNo Package ModificationWithout Label 🔴
|
Signed-off-by: M. Fatih Cırıt <[email protected]>
9353e10
to
49394be
Compare
Tests - 04 ✅🖱️Click here to expand🔛No Package ModificationWith Label 🟢Without Label 🔴Normal Package Modification🟢 Good Change🔴 Bad ChangeCUDA Package Modification🟢 Good Change🔴 Bad Change |
Signed-off-by: M. Fatih Cırıt <[email protected]>
9924ad4
to
c7b932f
Compare
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
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.
@mitsudome-r Could you also confirm the changes?
@xmfcx Thanks, the modification looks fine. FYI, in Test 3, you said
but I don't think it's a necessary change. |
We should not send the users mixed signals about skipping and failing. If I didn't make this change, It would show the build and test differential job as expected but it would never come up. Maybe the user would wait for a runner ro pick it up. It's not clear why it is yellow like this: And would be the only occasion where we would have a job skipped but at the same time we would show it as yellow "expected". With the fix, it show as skipped because it will be skipped.
The CI treats skipping as success, yes. But this doesn't mean that the job was already skipped. |
okay, let's keep it consistent. |
Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: M. Fatih Cırıt <[email protected]>
Description
This PR resolves the issue raised in #9769 by alternative method.
This PR:
run-condition
to the reusablebuild-and-test-diffirential.yaml
workflowFor the details, please refer to the comment here.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.