Removed openssl tests from the at-head tests

pull/35520/head
Esun Kim 1 year ago
parent 1ec0559b34
commit d0fc79d7f9
  1. 2
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh
  2. 3
      tools/run_tests/run_tests_matrix.py

@ -79,4 +79,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 c sanity basictests_arm64 --inner_jobs 16 -j 2 --internal_ci --build_only
tools/run_tests/run_tests_matrix.py -f linux --exclude c sanity basictests_arm64 openssl --inner_jobs 16 -j 2 --internal_ci --build_only

@ -370,7 +370,8 @@ def _create_portability_test_jobs(
platforms=["linux"],
arch="x64",
compiler=compiler,
labels=["portability", "corelang"],
labels=["portability", "corelang"]
+ (["openssl"] if "openssl" in compiler else []),
extra_args=extra_args,
inner_jobs=inner_jobs,
timeout_seconds=_CPP_RUNTESTS_TIMEOUT,

Loading…
Cancel
Save