-
Notifications
You must be signed in to change notification settings - Fork 340
Optimize system-tests CI #3605
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
Optimize system-tests CI #3605
Conversation
Overall package sizeSelf size: 5.15 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3605 +/- ##
=======================================
Coverage 84.60% 84.60%
=======================================
Files 218 218
Lines 8891 8891
Branches 33 33
=======================================
Hits 7522 7522
Misses 1369 1369 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-08-31 13:47:11 Comparing candidate commit 63fcc0c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 471 metrics, 21 unstable metrics. |
What does this PR do?
Use a dedicated action to build runner for system tests. This actions uses a cache that reduces build time (around 70s).
Motivation
Optimize CI time
Additional Notes
If system tests are green, it's ok !