[release] Bump Ruby artifact build timeout: 1h30m -> 2h (#37341)

The Ruby artifact build is timing out at 1hr30m, specifically `build_artifact.ruby_native_gem_linux_aarch64-linux` in the `tools/internal_ci/linux/grpc_distribtests_ruby.sh` job. Most of the other Ruby builds take around 1hr15m, so the build time is increasing regardless.

@stanley-cheung this should probably be investigated. In the meantime, to hopefully unblock the v1.66 release, let's increase the build timeout.

Closes #37341

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37341 from drfloob:bump-ruby-artifact-build-timeout 8219cc9a33
PiperOrigin-RevId: 657747546
pull/37116/head^2
AJ Heller 7 months ago committed by Copybara-Service
parent f553f73e59
commit cd068cb818
  1. 2
      tools/run_tests/artifacts/artifact_targets.py

@ -270,7 +270,7 @@ class RubyArtifact:
self.gem_platform,
],
use_workspace=True,
timeout_seconds=90 * 60,
timeout_seconds=120 * 60,
environ=environ,
)

Loading…
Cancel
Save