From 10b2e782f672a1282f7349c01be7f6b9c02315ac Mon Sep 17 00:00:00 2001 From: apolcyn Date: Fri, 9 Aug 2024 16:40:44 +0000 Subject: [PATCH] [ruby] fix typo in ruby macos run_tests flags (#37429) [https://github.com/grpc/grpc/pull/37261](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fgrpc%2Fgrpc%2Fpull%2F37261) seems to have left a typo in this config. This should fix the remaining ruby macos pull request failures Closes #37429 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37429 from apolcyn:fix_tests ae104ab7b6a9a073bd9dfe1432d33065364c6f0d PiperOrigin-RevId: 661296659 --- tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg b/tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg index 187e8fb83aa..d97f8968e0b 100644 --- a/tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg +++ b/tools/internal_ci/macos/pull_request/grpc_basictests_ruby.cfg @@ -27,5 +27,5 @@ action { env_vars { key: "RUN_TESTS_FLAGS" - value: "-f basictests macos ruby obs 4 --max_time=3600" + value: "-f basictests macos ruby -j 1 --inner_jobs 4 --max_time=3600" }