-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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: run ToT and stable Chrome for smoke tests in github workflow #10989
Conversation
.github/workflows/ci.yml
Outdated
|
||
# Chrome Stable is already installed by default. | ||
- name: Install Chrome ToT | ||
run: bash lighthouse-core/scripts/download-chrome.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK there's no caching w/ this approach. I don't think we want to cache ToT installation, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could see us caching within the same day or something, but I agree we don't want to cache for very long. either way followup seems fine.
.github/workflows/ci.yml
Outdated
|
||
# Chrome Stable is already installed by default. | ||
- name: Install Chrome ToT | ||
run: bash lighthouse-core/scripts/download-chrome.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could see us caching within the same day or something, but I agree we don't want to cache for very long. either way followup seems fine.
Co-authored-by: Patrick Hulce <patrick.hulce@gmail.com>
OK let's invalidate all these other PRs now :) |
Currently only appveyor runs ToT Chrome. Better to do both ToT and stable in GitHub CI.
#10988 will be necessary to avoid ~30m long builds.