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

tests(ci): restore ToT Chromium download #12950

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

brendankenny
Copy link
Member

Reverts #12943

fixes #12942

Unfortunately for the DevTools / integration CI check, our clever method of only downloading the content-shell once a day:

// Only update the content shell roughly once a day.
// see https://github.com/GoogleChrome/lighthouse/pull/12232#discussion_r592016416
return commitPosition - commitPosition % COMMIT_POSITION_UPDATE_PERIOD;

currently is looking for downloads in the broken URL revision numbers and so will fail if the cached version isn't able to be used. It'll be about 90 more Chromium changes (starting with 913920) until we're clear of the broken revision numbers.

@brendankenny brendankenny requested a review from a team as a code owner August 20, 2021 18:02
@brendankenny brendankenny requested review from connorjclark and removed request for a team August 20, 2021 18:02
@google-cla google-cla bot added the cla: yes label Aug 20, 2021
@connorjclark
Copy link
Collaborator

connorjclark commented Aug 20, 2021

913920

Can we use Math.max(913920, originalRetVal) for now? how long is 90 revisions

@brendankenny
Copy link
Member Author

913920

Can we use Math.max(913920, originalRetVal) for now? how long is 90 revisions

we're down to 36 more

@brendankenny
Copy link
Member Author

913920

Can we use Math.max(913920, originalRetVal) for now? how long is 90 revisions

we're down to 36 more

913909!

@brendankenny
Copy link
Member Author

Downloading content shell from: http://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/913909/content-shell.zip
NOTE: Download is ~300 MB depending on OS
Completed download of content shell

yay

@devtools-bot devtools-bot merged commit 3d5094e into master Aug 20, 2021
@devtools-bot devtools-bot deleted the revert-12943-fixedtot branch August 20, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI smoke check broken on ToT Chromium download failure
3 participants