Skip to content

Commit

Permalink
[CI] Removed dbg test from at-head tests (grpc#35657)
Browse files Browse the repository at this point in the history
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 grpc#35657

COPYBARA_INTEGRATE_REVIEW=grpc#35657 from veblush:diet-at-head c448f6b
PiperOrigin-RevId: 604677895
  • Loading branch information
veblush authored and copybara-github committed Feb 6, 2024
1 parent 10e8397 commit cb7172d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/internal_ci/linux/grpc_build_submodule_at_head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]' 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

0 comments on commit cb7172d

Please sign in to comment.