From cb7172dc17c005e696d0b6945d2927a9e8bf81ac Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 6 Feb 2024 09:47:29 -0800 Subject: [PATCH] [CI] Removed dbg test from at-head tests (#35657) Removing dbg test is helpful to cut back half the total test time and dbg test is not necessarily as opt test is included. Closes #35657 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35657 from veblush:diet-at-head c448f6bd4dc7cf7d444e80ad482dd7fed950a1cc PiperOrigin-RevId: 604677895 --- tools/internal_ci/linux/grpc_build_submodule_at_head.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/internal_ci/linux/grpc_build_submodule_at_head.sh b/tools/internal_ci/linux/grpc_build_submodule_at_head.sh index 3417b091a41..365bcf1284d 100755 --- a/tools/internal_ci/linux/grpc_build_submodule_at_head.sh +++ b/tools/internal_ci/linux/grpc_build_submodule_at_head.sh @@ -71,8 +71,7 @@ fi tools/buildgen/generate_projects.sh - # commit so that changes are passed to Docker git -c user.name='foo' -c user.email='foo@google.com' commit -a -m 'Update submodule' --allow-empty -tools/run_tests/run_tests_matrix.py -f linux --exclude c sanity basictests_arm64 openssl --inner_jobs 16 -j 2 --internal_ci --build_only +tools/run_tests/run_tests_matrix.py -f linux --exclude c sanity basictests_arm64 openssl dbg --inner_jobs 16 -j 2 --internal_ci --build_only