Merge pull request #17219 from Homebrew/long-build-queue

github_runner_matrix: support orchestrator long build queues
This commit is contained in:
Bo Anderson 2024-05-09 15:08:43 +01:00 committed by GitHub
commit 3a36df5f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,7 @@ class GitHubRunnerMatrix
ephemeral_suffix = +"-#{github_run_id}"
ephemeral_suffix << "-deps" if @dependent_matrix
ephemeral_suffix << "-long" if runner_timeout == GITHUB_ACTIONS_LONG_TIMEOUT
ephemeral_suffix.freeze
MacOSVersion::SYMBOLS.each_value do |version|