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

devops: speculative fix for flakiness dashboard data loss #32963

Merged

Conversation

mxschmitt
Copy link
Member

We sometimes loose data, e.g. between edge-beta bots (3 platforms) only 1 platforms appears on the dashboard. For some runs others appear.

Our speculation is that there is a race here:

const dashboardBlob = await SimpleBlob.create('dashboards', `raw/${report.metadata.commitSHA}.json`);

Lets see if thats the case and limit it to 1 which should be enough for our scale.

See here, that its by default 8 * the number of CPUs.

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Test results for "tests 1"

35761 passed, 680 skipped
✔️✔️✔️

Merge workflow run.

@mxschmitt mxschmitt merged commit ddeabdf into microsoft:main Oct 4, 2024
29 checks passed
@mxschmitt mxschmitt deleted the fix-flakiness-concurrency-issue branch October 4, 2024 16:47
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.

2 participants