Disable msvc build test

pull/38159/head
Esun Kim 5 days ago
parent fb8e0e9845
commit 7507298b9a
  1. 2
      tools/internal_ci/windows/grpc_portability_build_only.cfg
  2. 22
      tools/run_tests/run_tests_matrix.py

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f portability windows c++ -j 4 --inner_jobs 8 --build_only"
value: "-f portability windows c++ -j 2 --inner_jobs 16 --build_only"
}

@ -392,17 +392,17 @@ def _create_portability_test_jobs(
# portability C and C++ on Windows with the "Visual Studio 2022" cmake
# generator, i.e. not using Ninja (to verify that we can still build with msbuild)
test_jobs += _generate_jobs(
languages=["c", "c++"],
configs=["dbg"],
platforms=["windows"],
arch="x64",
compiler="cmake_vs2022",
labels=["portability", "corelang"],
extra_args=extra_args,
inner_jobs=inner_jobs,
timeout_seconds=_CPP_RUNTESTS_TIMEOUT,
)
# test_jobs += _generate_jobs(
# languages=["c", "c++"],
# configs=["dbg"],
# platforms=["windows"],
# arch="x64",
# compiler="cmake_vs2022",
# labels=["portability", "corelang"],
# extra_args=extra_args,
# inner_jobs=inner_jobs,
# timeout_seconds=_CPP_RUNTESTS_TIMEOUT,
# )
# C and C++ with no-exceptions on Linux
test_jobs += _generate_jobs(

Loading…
Cancel
Save