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

ci: Allow concurrent lab runs that use different devices #7298

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

joeyparrish
Copy link
Member

Using the branch this PR is based on, I was able to start two concurrent lab runs on different sets of browsers:

https://github.com/shaka-project/shaka-player/actions/runs/10836501320

  • FirefoxLinux
  • FirefoxWindows
  • FirefoxMac

Screenshot 2024-09-12 11 33 20

https://github.com/shaka-project/shaka-player/actions/runs/10836507170

  • ChromeLinux
  • ChromeWindows
  • ChromeMac
  • ChromeAndroid

Screenshot 2024-09-12 11 33 26

The early jobs (Compute SHA, Matrix config, Pre-build Player) were all able to run simultaneously since they only use Actions VMs. The later jobs under the matrix "lab-tests" were also able to run at the same time across workflow runs because they used disjoint sets of browsers.

I started a third run 5 minutes later with some overlap in browsers with the first two runs:

https://github.com/shaka-project/shaka-player/actions/runs/10836571930

  • Safari
  • ChromeLinux

Screenshot 2024-09-12 11 33 30

Here the ChromeLinux job had to wait for the other ChromeLinux job to complete. Meanwhile, the Safari job was able to proceed.

@shaka-bot
Copy link
Collaborator

Incremental code coverage: No instrumented code was changed.

@avelad avelad added the type: CI An issue with our continuous integration tests label Sep 13, 2024
@avelad avelad added this to the v4.12 milestone Sep 13, 2024
@avelad avelad merged commit 6d94d74 into main Sep 13, 2024
43 of 46 checks passed
@avelad avelad deleted the lab-concurrency branch September 13, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: CI An issue with our continuous integration tests
3 participants