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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

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
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