From 7b768dfa8db254a0a18e5fab9eb5396ce9198ebd Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Fri, 4 Dec 2020 15:27:21 -0800 Subject: [PATCH] Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests --- tools/internal_ci/macos/grpc_distribtests.sh | 1 + tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/internal_ci/macos/grpc_distribtests.sh b/tools/internal_ci/macos/grpc_distribtests.sh index ec51a51e56c68..cf2ba090176a4 100644 --- a/tools/internal_ci/macos/grpc_distribtests.sh +++ b/tools/internal_ci/macos/grpc_distribtests.sh @@ -19,6 +19,7 @@ set -ex cd $(dirname $0)/../../.. export PREPARE_BUILD_INSTALL_DEPS_CSHARP=true +export PREPARE_BUILD_INSTALL_DEPS_PHP=true source tools/internal_ci/helper_scripts/prepare_build_macos_rc # Move packages generated by the previous step in the build chain. diff --git a/tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg b/tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg index fc81deb5a5776..880d8aa733bde 100644 --- a/tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg +++ b/tools/internal_ci/macos/pull_request/grpc_basictests_php.cfg @@ -15,7 +15,7 @@ # Config file for the internal CI (in protobuf text format) # Location of the continuous shell script in repository. -build_file: "grpc/tools/internal_ci/macos/grpc_run_tests_matrix.sh" +build_file: "grpc/tools/internal_ci/macos/grpc_basictests_php.sh" gfile_resources: "/bigstore/grpc-testing-secrets/gcp_credentials/GrpcTesting-d0eeee2db331.json" timeout_mins: 60 action {