@ -59,29 +59,28 @@ grpc_run_tests_harness_test(
docker_image_version = " tools/dockerfile/test/cxx_debian11_x64.current_version " ,
)
# TODO(jtattermusch): Reintroduce ruby tests once they pass.
# # Ruby
# grpc_run_tests_harness_test(
# name = "runtests_ruby_linux_dbg",
# size = "enormous",
# args = [
# "-l ruby -c dbg",
# ],
# docker_image_version = "tools/dockerfile/test/ruby_debian11_x64.current_version",
# prepare_script = ":prepare_ruby.sh",
# use_login_shell = True, # ruby's docker image uses RVM which wierdly requires login shell
# )
# Ruby
grpc_run_tests_harness_test (
name = " runtests_ruby_linux_dbg " ,
size = " enormous " ,
args = [
" -l ruby -c dbg " ,
] ,
docker_image_version = " tools/dockerfile/test/ruby_debian11_x64.current_version " ,
prepare_script = " :prepare_ruby.sh " ,
use_login_shell = True , # ruby's docker image uses RVM which wierdly requires login shell
)
# grpc_run_tests_harness_test (
# name = "runtests_ruby_linux_opt" ,
# size = "enormous" ,
# args = [
# "-l ruby -c opt" ,
# ] ,
# docker_image_version = " tools/dockerfile/test/ruby_debian11_x64.current_version",
# prepare_script = ":prepare_ruby.sh" ,
# use_login_shell = True, # ruby's docker image uses RVM which wierdly requires login shell
# )
grpc_run_tests_harness_test (
name = " runtests_ruby_linux_opt " ,
size = " enormous " ,
args = [
" -l ruby -c opt " ,
] ,
docker_image_version = " tools/dockerfile/test/ruby_debian11_x64.current_version ",
prepare_script = " :prepare_ruby.sh " ,
use_login_shell = True , # ruby's docker image uses RVM which wierdly requires login shell
)
# PHP
grpc_run_tests_harness_test (
@ -102,16 +101,15 @@ grpc_run_tests_harness_test(
docker_image_version = " tools/dockerfile/test/php7_debian11_x64.current_version " ,
)
# TODO(jtattermusch): Reintroduce python tests once they pass.
# # Python
# grpc_run_tests_harness_test(
# name = "runtests_python_linux_opt",
# size = "enormous",
# args = [
# "-l python -c opt",
# ],
# docker_image_version = "tools/dockerfile/test/python_debian11_default_x64.current_version",
# )
# Python
grpc_run_tests_harness_test (
name = " runtests_python_linux_opt " ,
size = " enormous " ,
args = [
" -l python -c opt " ,
] ,
docker_image_version = " tools/dockerfile/test/python_debian11_default_x64.current_version " ,
)
# C#
grpc_run_tests_harness_test (
@ -144,9 +142,9 @@ test_suite(
# TODO(jtattermusch): reenable the test once not flaky anymore
#":runtests_php_linux_dbg",
" :runtests_php_linux_opt " ,
#":runtests_python_linux_opt" ,
#":runtests_ruby_linux_dbg" ,
#":runtests_ruby_linux_opt" ,
" :runtests_python_linux_opt " ,
" :runtests_ruby_linux_dbg " ,
" :runtests_ruby_linux_opt " ,
] ,
)