-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: remove substrafl wheel cache #175
Conversation
FL-1166 Remove SubstraFL wheel cache
Contextcf https://github.com/Substra/substrafl/pull/155/files#r1281654779 It's error-prone (because the cache is never invalidated), and not really a performance boost. It should go. SpecificationAcceptance criteria |
dd8c32f
to
3c5b732
Compare
/e2e |
/e2e --tests substrafl --benchmarks camelyon |
End to end tests: ✔️ SUCCESS Yay! 🎉 |
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.
Thx for the PR ! just waiting for the e2e tests to run :)
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.
CI ✅
Signed-off-by: SdgJlbl <[email protected]>
3c5b732
to
f311225
Compare
/e2e --tests substrafl --benchmarks camelyon |
End to end tests: ✔️ SUCCESS |
/e2e --tests=substrafl,mnist,camelyon |
/e2e --tests=mnist |
/e2e --tests=mnist '--refs=substra-backend=0.42.1' |
/e2e --help |
|
/e2e --tests mnist --refs substra-backend=0.42.1 |
End to end tests: ✔️ SUCCESS “I love it when a plan comes together.” ― Colonel John “Hannibal” Smith, The A-Team |
Related issue
Fixes FL-1166
Summary
Notes
Please check if the PR fulfills these requirements