Skip to content

Commit

Permalink
Merge pull request #17219 from Homebrew/long-build-queue
Browse files Browse the repository at this point in the history
github_runner_matrix: support orchestrator long build queues
  • Loading branch information
Bo98 authored May 9, 2024
2 parents 7433205 + 1084485 commit 3a36df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/github_runner_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def generate_runners!

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|
Expand Down

0 comments on commit 3a36df5

Please sign in to comment.