replace php to php7

pull/24085/head
root 4 years ago
parent f4a0a9d0ff
commit 762a0b83c4
  1. 2
      tools/internal_ci/linux/grpc_basictests_php.cfg
  2. 2
      tools/internal_ci/macos/grpc_basictests_php.cfg
  3. 2
      tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg
  4. 1
      tools/run_tests/run_tests.py

@ -26,5 +26,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests linux php --inner_jobs 16 -j 2 --internal_ci --bq_result_table aggregate_results"
value: "-f basictests linux php7 --inner_jobs 16 -j 2 --internal_ci --bq_result_table aggregate_results"
}

@ -27,5 +27,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests macos php --internal_ci -j 1 --inner_jobs 4 --bq_result_table aggregate_results"
value: "-f basictests macos php7 --internal_ci -j 1 --inner_jobs 4 --bq_result_table aggregate_results"
}

@ -27,5 +27,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests macos php --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
value: "-f basictests macos php7 --internal_ci -j 1 --inner_jobs 4 --max_time=3600"
}

@ -570,6 +570,7 @@ class RemoteNodeLanguage(object):
def __str__(self):
return 'grpc-node'
class Php7Language(object):
def configure(self, config, args):

Loading…
Cancel
Save