Merge pull request #17948 from grpc/pre-fetch-pod-master

Pre-fetch Cocoapods master repo
pull/17792/head
Muxi Yan 6 years ago committed by GitHub
commit e11cce5aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/helper_scripts/prepare_build_macos_rc
  2. 2
      tools/run_tests/run_tests.py

@ -48,7 +48,9 @@ set -ex
# cocoapods
export LANG=en_US.UTF-8
time pod repo update # needed by python
# pre-fetch cocoapods master repo's most recent commit only
mkdir -p ~/.cocoapods/repos
time git clone --depth 1 https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
# python
time pip install virtualenv --user python

@ -1126,7 +1126,7 @@ class ObjCLanguage(object):
}),
self.config.job_spec(
['test/core/iomgr/ios/CFStreamTests/run_tests.sh'],
timeout_seconds=10 * 60,
timeout_seconds=20 * 60,
shortname='cfstream-tests',
cpu_cost=1e6,
environ=_FORCE_ENVIRON_FOR_WRAPPERS),

Loading…
Cancel
Save