Excluding more tests from build_submodule_at_head (#32290)

pull/32251/head
Esun Kim 2 years ago committed by GitHub
parent d175c79935
commit 6943c1841f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh
  2. 2
      tools/run_tests/run_tests_matrix.py

@ -55,4 +55,4 @@ fi
# 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 basictests_arm64 --inner_jobs 8 -j 4 --internal_ci --build_only
tools/run_tests/run_tests_matrix.py -f linux --exclude c sanity basictests_arm64 --inner_jobs 8 -j 4 --internal_ci --build_only

@ -185,7 +185,7 @@ def _create_test_jobs(extra_args=[], inner_jobs=_DEFAULT_INNER_JOBS):
test_jobs += _generate_jobs(languages=['sanity', 'clang-tidy', 'iwyu'],
configs=['dbg'],
platforms=['linux'],
labels=['basictests'],
labels=['basictests', 'sanity'],
extra_args=extra_args +
['--report_multi_target'],
inner_jobs=inner_jobs)

Loading…
Cancel
Save