Skip to content

Commit

Permalink
Merge pull request #24909 from veblush/fix-osx-distribtest
Browse files Browse the repository at this point in the history
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
  • Loading branch information
veblush committed Dec 5, 2020
2 parents 7373087 + 7b768df commit 78b2385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/internal_ci/macos/grpc_distribtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 78b2385

Please sign in to comment.