aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-12-18 07:23:54 +0100
committerGravatar GitHub <noreply@github.com>2018-12-18 07:23:54 +0100
commit3a9b8ae3901a030a9d074830702a0ed222def403 (patch)
treeecbbc9b7a13037396b539422b18ac23d2930c83d /tools
parentd4c5a5e5658ce6977a2b17092496368dfa1277dc (diff)
parent76f0cd4d4d0e5051806a04063d0f86508eda9c12 (diff)
Merge pull request #17522 from jtattermusch/highsierra_kokoro_time
prevent setting wrong time on macos high sierra kokoro workers
Diffstat (limited to 'tools')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index bafe0d98c1..d80bcbd183 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -19,14 +19,6 @@
launchctl limit maxfiles
ulimit -a
-# synchronize the clock
-date
-sudo systemsetup -setusingnetworktime off
-sudo systemsetup -setnetworktimeserver "$( ipconfig getoption en0 server_identifier )"
-sudo systemsetup -settimezone America/Los_Angeles
-sudo systemsetup -setusingnetworktime on
-date
-
# Add GCP credentials for BQ access
pip install google-api-python-client oauth2client --user python
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json