Optimise & refactor the testing pipeline #2937
Labels
CI
Issues tied with CI/CD workflows.
DX
Dev experience
internal
Internal or build-related changes
priority: high
Version(s)
v1.3.2 (although I assure you it'll be relevant for a long while)
General context
Our testing jobs have gotten awful long & flaky, while we keep on adding more tests. The time has come for us to deal with this, as false-positive failures on the CI are now a daily occurence, I've begun to expect a restart or 2 on every PR or release, and this isn't going anywhere good.
Describe what needs to be done and why
Here's what I'd suggest:
--offline
flag in all integration tests which don't need to check online activity, to eliminate unnecessary checking of dependencies and other slowdowns/timeouts due to connection quality on the CI.generate-windows-launcher
job fails intermittently oncs
download timeout #2930main
branch.The text was updated successfully, but these errors were encountered: