Skip to content
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

[buildkite] Pause coverage reporting in buildkite pipeline tests #4314

Merged
merged 11 commits into from
Dec 20, 2024

Conversation

kentzeng12
Copy link
Collaborator

What this PR does / why we need it:

Our pipeline tests are running really slowly on buildkite, example: https://buildkite.com/uberopensource/m3-monorepo-ci-uber-oss/builds/679. One reason is due to failing coverage reporting, which is causing the tests to sleep for 30 seconds repeatedly. This PR pauses coverage reporting, until we get a fix.

We are now averaging 14 mins to run all pipeline tests, down from 24 mins.

Fixes #4313

Does this PR introduce a user-facing and/or backwards incompatible change?:
No

Does this PR require updating code package or user-facing documentation?:
No

@andrewmains12
Copy link
Contributor

@kentzeng12 I'm good with pausing for now, but let's get a fix in as well. Do we know the issue?

@andrewmains12 andrewmains12 self-assigned this Nov 26, 2024
@kentzeng12
Copy link
Collaborator Author

@kentzeng12 I'm good with pausing for now, but let's get a fix in as well. Do we know the issue?

Unfortunately no, I am tracking this issue here: #4313.

@kentzeng12 kentzeng12 merged commit b8889f7 into master Dec 20, 2024
5 checks passed
@kentzeng12 kentzeng12 deleted the zengk/pause_coverage branch December 20, 2024 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix failing coverage reporting
2 participants