-
Notifications
You must be signed in to change notification settings - Fork 140
Fix: add 'clean' to maven package command and fix profiler. #4568
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
base: main
Are you sure you want to change the base?
Fix: add 'clean' to maven package command and fix profiler. #4568
Conversation
|
thanks! |
|
/hold for profiling tests |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4568 +/- ##
=======================================
Coverage 28.82% 28.82%
=======================================
Files 294 294
Lines 16147 16147
=======================================
Hits 4655 4655
Misses 11039 11039
Partials 453 453 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dea8164 to
bfb80cf
Compare
|
retest-required |
|
/retest |
1 similar comment
|
/retest |
|
/retest-required |
|
/retest |
|
/test upgrade-tests |
5 similar comments
|
/test upgrade-tests |
|
/test upgrade-tests |
|
/test upgrade-tests |
|
/test upgrade-tests |
|
/test upgrade-tests |
|
@twoGiants thank a lot for working on this. |
This fixes the shaded build with current Quarkus version. The same was done for data plane unit tests in this PR: knative-extensions#4453. Replaced old tracing path with observability path. This was forgotten after Otel migration. Issue knative-extensions#4567 Signed-off-by: Stanislav Jakuschevskij <[email protected]>
bfb80cf to
b45f7a5
Compare
|
@twoGiants I rebased your PR to get the latest changes from main into this (to fix some e2e tests) |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, gauron99, twoGiants The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
creydr
left a comment
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.
/unhold
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
/test integration-tests |
|
@twoGiants: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This fixes the shaded build with current Quarkus version. The same was done for data plane unit tests in #4453.
Fixes #4567
Proposed Changes
cleantomvnw packagecommand in profiler script/cc @Cali0707 @creydr @gauron99 @dsimansk