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

chore(flakiness): Flakiness Dashboard fixes #4788

Merged
merged 7 commits into from
Aug 1, 2019

Conversation

aslushnikov
Copy link
Contributor

@aslushnikov aslushnikov commented Aug 1, 2019

  • fix FLAKINESS_DASHBOARD_BUILD_URL to point to a task instead of a build
  • do not pretty-print dashboard.json when serializing flakiness results
  • filter out 'COVERAGE' test(s) so that they don't add up to dashboard.json payload. These are useless
  • validate certain important options of flakiness dashboard
  • more logging to STDOUT to actually say which repo and what branch is getting used
  • enhance commit message with a build URL
  • use a more compact format for JSON. For 100 runs of 700 tests it yields 21MB json instead of 23MB.
  • bump default builds number to 100

- fix `FLAKINESS_DASHBOARD_BUILD_URL` to point to a task instead of a build
- do not pretty-print `dashboard.json` when serializing flakiness results.
@aslushnikov aslushnikov merged commit e252dcf into puppeteer:master Aug 1, 2019
@aslushnikov aslushnikov deleted the fix-flakiness branch August 1, 2019 23:09
rfojtik pushed a commit to rfojtik/puppeteer that referenced this pull request Dec 21, 2019
- fix `FLAKINESS_DASHBOARD_BUILD_URL` to point to a task instead of a build
- do not pretty-print `dashboard.json` when serializing flakiness results
- filter out 'COVERAGE' test(s) so that they don't add up to `dashboard.json` payload. These are useless
- validate certain important options of flakiness dashboard
- more logging to STDOUT to actually say which repo and what branch is getting used
- enhance commit message with a build URL
- use a more compact format for JSON. For 100 runs of 700 tests it yields 21MB json instead of 23MB.
- bump default builds number to 100
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.

3 participants