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: run ToT and stable Chrome for smoke tests in github workflow #10989

Merged
merged 26 commits into from
Jun 18, 2020

Conversation

connorjclark
Copy link
Collaborator

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.

@connorjclark connorjclark requested a review from a team as a code owner June 18, 2020 07:35
@connorjclark connorjclark requested review from patrickhulce and removed request for a team June 18, 2020 07:35

# Chrome Stable is already installed by default.
- name: Install Chrome ToT
run: bash lighthouse-core/scripts/download-chrome.sh
Copy link
Collaborator Author

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?

Copy link
Collaborator

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.

@vercel vercel bot temporarily deployed to Preview June 18, 2020 07:37 Inactive

# Chrome Stable is already installed by default.
- name: Install Chrome ToT
run: bash lighthouse-core/scripts/download-chrome.sh
Copy link
Collaborator

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 Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
@connorjclark connorjclark changed the title tests: run ToT alongside stable Chrome in smoke tests in github workflow tests: run ToT alongside stable Chrome for smoke tests in github workflow Jun 18, 2020
Co-authored-by: Patrick Hulce <patrick.hulce@gmail.com>
@vercel vercel bot temporarily deployed to Preview June 18, 2020 18:41 Inactive
@connorjclark connorjclark changed the title tests: run ToT alongside stable Chrome for smoke tests in github workflow tests: run ToT and stable Chrome for smoke tests in github workflow Jun 18, 2020
@connorjclark
Copy link
Collaborator Author

OK let's invalidate all these other PRs now :)

@connorjclark connorjclark merged commit f3e7312 into master Jun 18, 2020
@connorjclark connorjclark deleted the smoke-githubaction-canary-and-stable branch June 18, 2020 23:51
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.

4 participants