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

[iOS] Use different tvOS helix queue for PR's #72467

Merged
merged 4 commits into from
Jul 20, 2022

Commits on Jul 19, 2022

  1. [iOS] Use different tvOS helix queue for PR's

    Up until now, we have used a single tvOS queue for all pipelines. This has lead to frequent timeouts because there simply aren't enough devices to handle spikes in traffic. We will now make use of two queues, one for runtime (PR's) and one for runtime-extra-platforms (scheduled jobs, manual runs). Since we are only running System.Runtime tests on PR's, we should see PR timeouts much less.
    Steve Pfister committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a5d8afc View commit details
    Browse the repository at this point in the history
  2. Fix condition

    Steve Pfister committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5a95847 View commit details
    Browse the repository at this point in the history
  3. yml is fun

    Steve Pfister committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    467f4d4 View commit details
    Browse the repository at this point in the history
  4. Mystery parameter passed

    Steve Pfister committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7da59b2 View commit details
    Browse the repository at this point in the history