Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
f53eb370
Commit
f53eb370
authored
7 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
improvements to kokoro macos build
parent
b047350e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+10
-2
10 additions, 2 deletions
tools/internal_ci/helper_scripts/prepare_build_macos_rc
tools/internal_ci/macos/grpc_master.sh
+1
-1
1 addition, 1 deletion
tools/internal_ci/macos/grpc_master.sh
with
11 additions
and
3 deletions
tools/internal_ci/helper_scripts/prepare_build_macos_rc
+
10
−
2
View file @
f53eb370
...
@@ -15,6 +15,12 @@
...
@@ -15,6 +15,12 @@
# Source this rc script to prepare the environment for macos builds
# Source this rc script to prepare the environment for macos builds
ulimit
-n
1000
# show current limits
ulimit
-a
# required to build protobuf
# required to build protobuf
brew
install
gflags
brew
install
gflags
...
@@ -35,9 +41,11 @@ pod repo update # needed by python
...
@@ -35,9 +41,11 @@ pod repo update # needed by python
# python
# python
brew
install
coreutils
# we need grealpath
brew
install
coreutils
# we need grealpath
#wget -q https://bootstrap.pypa.io/get-pip.py
#sudo python get-pip.py
sudo
pip
install
virtualenv
sudo
pip
install
virtualenv
sudo
pip
install
-U
six tox setuptools
sudo
pip
install
-U
six tox setuptools
# python 3.4
wget https://www.python.org/ftp/python/3.4.4/python-3.4.4-macosx10.6.pkg
sudo
installer
-pkg
python-3.4.4-macosx10.6.pkg
-target
/
git submodule update
--init
git submodule update
--init
This diff is collapsed.
Click to expand it.
tools/internal_ci/macos/grpc_master.sh
+
1
−
1
View file @
f53eb370
...
@@ -20,7 +20,7 @@ cd $(dirname $0)/../../..
...
@@ -20,7 +20,7 @@ cd $(dirname $0)/../../..
source
tools/internal_ci/helper_scripts/prepare_build_macos_rc
source
tools/internal_ci/helper_scripts/prepare_build_macos_rc
tools/run_tests/run_tests_matrix.py
-f
basictests macos
--internal_ci
||
FAILED
=
"true"
tools/run_tests/run_tests_matrix.py
-f
basictests macos
--internal_ci
-j
2
--inner_jobs
4
||
FAILED
=
"true"
# kill port_server.py to prevent the build from hanging
# kill port_server.py to prevent the build from hanging
ps aux |
grep
port_server
\\
.py |
awk
'{print $2}'
| xargs
kill
-9
ps aux |
grep
port_server
\\
.py |
awk
'{print $2}'
| xargs
kill
-9
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment