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: use latest windows image on appveyor #11083

Merged
merged 3 commits into from Jul 10, 2020
Merged

Conversation

brendankenny
Copy link
Member

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 :)

@brendankenny brendankenny requested a review from a team as a code owner July 10, 2020 16:33
@brendankenny brendankenny requested review from Beytoven and removed request for a team July 10, 2020 16:33
@googlebot

This comment has been minimized.

@@ -12,6 +12,7 @@
const expectations = [
{
artifacts: {
HostUserAgent: /Chrome\/83/,
Copy link
Member Author

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

Copy link
Member Author

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

@brendankenny
Copy link
Member Author

WDYT @connorjclark? Seems fine to run stable Chrome on AppVeyor now that we have the ToT Github actions.

@brendankenny
Copy link
Member Author

(and since we were apparently not running ToT Chrome on AppVeyor for a long time now anyways :)

Copy link
Collaborator

@connorjclark connorjclark left a 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) = ✅

@taereesa

This comment has been minimized.

@brendankenny
Copy link
Member Author

a few (unexpected?) errors

Yeah

Lighthouse did not exit with an error correctly, exiting with 1 but with runtimeError 'undefined'

should not be a thing that's happening...

@brendankenny brendankenny merged commit 64ac8f1 into master Jul 10, 2020
@brendankenny brendankenny deleted the appveyorupdate branch July 10, 2020 18:11
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.

None yet

6 participants