-
Notifications
You must be signed in to change notification settings - Fork 5
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
ASSETS-20895 remove rendition data from action results #202
Conversation
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
- Coverage 59.22% 58.86% -0.36%
==========================================
Files 11 11
Lines 802 795 -7
==========================================
- Hits 475 468 -7
Misses 327 327
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
|
||
const result = { | ||
requestId: this.params.requestId, | ||
metrics: this.activationMetrics | ||
requestId: this.params.requestId |
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.
Removing metrics may have impacts on some unit/integration tests, as I'm not sure we don't use getResult
to check those too. But tests will tell!
verified that dependent-test failure not related to this change. |
🎉 This PR is included in version 4.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
For https://jira.corp.adobe.com/browse/ASSETS-20895 Minimize activation response size of workers (COGS impact)
For workers using sdk: removed rendition and source data from activation results.
related pipeline pr
Result before code changes:
Result after code changes: