-
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: use latest windows image on appveyor #11083
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -12,6 +12,7 @@ | |||
const expectations = [ | |||
{ | |||
artifacts: { | |||
HostUserAgent: /Chrome\/83/, |
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.
will delete if it passes in appveyor
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.
Ok, the HostUserAgent passed the test, so looks like this is working. https://ci.appveyor.com/project/paulirish/lighthouse/builds/34028162#L481
WDYT @connorjclark? Seems fine to run stable Chrome on AppVeyor now that we have the ToT Github actions. |
(and since we were apparently not running ToT Chrome on AppVeyor for a long time now anyways :) |
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.
a few (unexpected?) errors but newer chrome + unblocking #10976 + appveyor is on its last legs (just waiting for someone to expand GH actions to windows) = ✅
This comment has been minimized.
This comment has been minimized.
Yeah
should not be a thing that's happening... |
Fixes AppVeyor being stuck on Chrome 79 (hopefully).
AppVeyor has multiple Windows images, and most of them (including the default) are currently stuck on Chrome 79. That seems like it can't be coincidence for the issues seen in PRs like #10976, so I assume something is breaking between downloading Chrome and chrome-launcher, and the default Chrome is being used regardless of what we try to use.
So let's just update to the latest Windows image and continue to use the default :)