github_runner_matrix: support orchestrator long build queues

This is needed after Homebrew/ci-orchestrator#13.
This commit is contained in:
Carlo Cabrera 2024-05-03 16:29:22 +01:00
parent e944830b1f
commit 1084485c3a
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

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|