|
|
|
@ -155,49 +155,49 @@ grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_as_submodule_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_as_submodule.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_as_externalproject_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_as_externalproject.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_fetchcontent_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_fetchcontent.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_module_install_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_module_install.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_pkgconfig_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_pkgconfig.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_cpp_distribtest_test( |
|
|
|
|
name = "cpp_distribtest_cmake_aarch64_cross_linux", |
|
|
|
|
size = "enormous", |
|
|
|
|
args = ["test/distrib/cpp/run_distrib_test_cmake_aarch64_cross.sh"], |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian10_aarch64_cross_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
test_suite( |
|
|
|
@ -311,13 +311,13 @@ grpc_build_artifact_task( |
|
|
|
|
# C# distribtests |
|
|
|
|
|
|
|
|
|
grpc_run_distribtest_test( |
|
|
|
|
name = "distribtest_csharp_linux_x64_debian10", |
|
|
|
|
name = "distribtest_csharp_linux_x64_debian11", |
|
|
|
|
# depend on the C# packages |
|
|
|
|
artifact_deps = [ |
|
|
|
|
"package_csharp_linux", |
|
|
|
|
], |
|
|
|
|
build_script = "run_distribtest_csharp_linux.sh", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/csharp_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/csharp_debian11_x64.current_version", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
grpc_run_distribtest_test( |
|
|
|
@ -364,7 +364,7 @@ test_suite( |
|
|
|
|
name = "csharp_distribtests_linux", |
|
|
|
|
tests = [ |
|
|
|
|
":distribtest_csharp_linux_x64_alpine", |
|
|
|
|
":distribtest_csharp_linux_x64_debian10", |
|
|
|
|
":distribtest_csharp_linux_x64_debian11", |
|
|
|
|
":distribtest_csharp_linux_x64_dotnet31", |
|
|
|
|
":distribtest_csharp_linux_x64_dotnet5", |
|
|
|
|
":distribtest_csharp_linux_x64_ubuntu2204", |
|
|
|
@ -374,20 +374,20 @@ test_suite( |
|
|
|
|
# PHP distribtests |
|
|
|
|
|
|
|
|
|
grpc_run_distribtest_test( |
|
|
|
|
name = "distribtest_php_linux_x64_debian10", |
|
|
|
|
name = "distribtest_php_linux_x64_debian11", |
|
|
|
|
size = "enormous", |
|
|
|
|
artifact_deps = [ |
|
|
|
|
"artifact_php_linux_x64", |
|
|
|
|
], |
|
|
|
|
build_script = "run_distribtest_php_linux.sh", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/php7_debian10_x64.current_version", |
|
|
|
|
docker_image_version = "tools/dockerfile/distribtest/php7_debian11_x64.current_version", |
|
|
|
|
docker_run_as_root = True, |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
test_suite( |
|
|
|
|
name = "php_distribtests_linux", |
|
|
|
|
tests = [ |
|
|
|
|
":distribtest_php_linux_x64_debian10", |
|
|
|
|
":distribtest_php_linux_x64_debian11", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|