We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Important
This issue tracker tracks bugs with the Chrome for Testing availability dashboard and its API.
Describe the bug now chrome version is 131.0.6778.265, but known-good-versions-with-downloads.json miss this version information.
To reproduce Steps to reproduce the behavior:
Expected behavior add version 131.0.6778.265 infomation in known-good-versions-with-downloads.json
The text was updated successfully, but these errors were encountered:
Internal reference: https://crbug.com/389850711
Sorry, something went wrong.
These are all A/B builds based off of the same branch:
131.0.6778.264 131.0.6778.265 131.0.6778.266 131.0.6778.267
npm run check $version passes for each of these versions, so the CfT downloads are available.
npm run check $version
If we want known-good-versions.json to include each of these, we’ll need to update the logic that checks for new versions. I don’t know how to obtain these version numbers through the ChromiumDash API, however — even https://chromiumdash.appspot.com/fetch_releases?channel=Stable&num=500&platform=Win32,Windows,Mac,Linux only lists the first three versions, but not 131.0.6778.267.
known-good-versions.json
https://googlechromelabs.github.io/chrome-for-testing/known-good-versions.json still does not include 131.0.6778.267 — I’ll reopen this until we have a response from the ChromiumDash team on https://crbug.com/390338093.
131.0.6778.267
No branches or pull requests
Important
This issue tracker tracks bugs with the Chrome for Testing availability dashboard and its API.
Describe the bug
now chrome version is 131.0.6778.265, but known-good-versions-with-downloads.json miss this version information.
To reproduce
Steps to reproduce the behavior:
Expected behavior
add version 131.0.6778.265 infomation in known-good-versions-with-downloads.json
The text was updated successfully, but these errors were encountered: