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

Improve CI and update runners #324

Merged
merged 8 commits into from
Oct 31, 2022
Merged

Improve CI and update runners #324

merged 8 commits into from
Oct 31, 2022

Conversation

josephlr
Copy link
Member

@josephlr josephlr commented Oct 31, 2022

As noted in #323 we were broken by the macOS image update. To avoid such things in the future, we:

  • Now use macos-12, ubuntu-22.04, and windows-2022 instead of relying on a generic "latest"
  • For iOS tests, we programatically get the Runtime and Device IDs from XCode, rather than hardcoding these IDs.
    • The runtime is just the first iOS runtime installed
    • The device is just the first (i.e. oldest) iPhone device supported by the runtime
    • So on macOS 12, this is:
      • Runtime: iOS 16
      • Device:iPhone 8
  • We still have to run the Web Tests on Ubuntu 20.04, as the 22.04 image dropped Firefox support (due to the complexity of Firefox packaging on 22.04).
  • This also adds a few minor cleanups around naming and removing workarounds.

The individual changes can be seen in each commit.

Signed-off-by: Joe Richey <joerichey@google.com>
This makes it easier to later update the OS verions

Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Joe Richey <joerichey@google.com>
Currently this is the same as `windows-latest` so this is not a
functional change.

Signed-off-by: Joe Richey <joerichey@google.com>
This is necessary to get Firefox to work.

Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Joe Richey <joerichey@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants