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
d847f0e6
Commit
d847f0e6
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Plain Diff
Merge pull request #2085 from nicolasnoble/jenkins-sanity
Various Jenkins-related tweaks.
parents
94528cb5
43e5f566
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/jenkins/grpc_jenkins_slave/Dockerfile
+1
-0
1 addition, 0 deletions
tools/jenkins/grpc_jenkins_slave/Dockerfile
tools/jenkins/run_jenkins.sh
+3
-1
3 additions, 1 deletion
tools/jenkins/run_jenkins.sh
tools/run_tests/prepare_travis.sh
+3
-3
3 additions, 3 deletions
tools/run_tests/prepare_travis.sh
with
7 additions
and
4 deletions
tools/jenkins/grpc_jenkins_slave/Dockerfile
+
1
−
0
View file @
d847f0e6
...
@@ -83,6 +83,7 @@ ENV NUGET mono /var/local/NuGet.exe
...
@@ -83,6 +83,7 @@ ENV NUGET mono /var/local/NuGet.exe
# Node dependencies
# Node dependencies
# Install nvm
# Install nvm
RUN
touch
.profile
RUN
curl
-o-
https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
RUN
curl
-o-
https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
RUN
/bin/bash
-l
-c
"nvm install 0.12"
RUN
/bin/bash
-l
-c
"nvm install 0.12"
...
...
This diff is collapsed.
Click to expand it.
tools/jenkins/run_jenkins.sh
+
3
−
1
View file @
d847f0e6
...
@@ -56,9 +56,11 @@ then
...
@@ -56,9 +56,11 @@ then
$FETCH_PULL_REQUEST_CMD
\
$FETCH_PULL_REQUEST_CMD
\
&& git checkout -f
$GIT_COMMIT
\
&& git checkout -f
$GIT_COMMIT
\
&& git submodule update
\
&& git submodule update
\
&& pip install simplejson mako
\
&& nvm use 0.12
\
&& nvm use 0.12
\
&& rvm use ruby-2.1
\
&& rvm use ruby-2.1
\
&& tools/run_tests/run_tests.py -t -l
$language
"
||
DOCKER_FAILED
=
"true"
&& CONFIG=
$config
tools/run_tests/prepare_travis.sh
\
&& CPPFLAGS=-I/tmp/prebuilt/include tools/run_tests/run_tests.py -t -c
$config
-l
$language
"
||
DOCKER_FAILED
=
"true"
DOCKER_CID
=
`
cat
docker.cid
`
DOCKER_CID
=
`
cat
docker.cid
`
if
[
"
$DOCKER_FAILED
"
==
""
]
if
[
"
$DOCKER_FAILED
"
==
""
]
...
...
This diff is collapsed.
Click to expand it.
tools/run_tests/prepare_travis.sh
+
3
−
3
View file @
d847f0e6
...
@@ -32,17 +32,17 @@ cd `dirname $0`/../..
...
@@ -32,17 +32,17 @@ cd `dirname $0`/../..
grpc_dir
=
`
pwd
`
grpc_dir
=
`
pwd
`
distrib
=
`
md5sum
/etc/issue |
cut
-f1
-d
\
`
distrib
=
`
md5sum
/etc/issue |
cut
-f1
-d
\
`
echo
"Configuring for dis
b
ribution
$distrib
"
echo
"Configuring for dis
t
ribution
$distrib
"
git submodule |
while
read
sha path extra
;
do
git submodule |
while
read
sha path extra
;
do
cd
/tmp
cd
/tmp
name
=
`
basename
$path
`
name
=
`
basename
$path
`
file
=
$name
-
$sha
-
$CONFIG
-prebuilt-
$distrib
.tar.gz
file
=
$name
-
$sha
-
$CONFIG
-prebuilt-
$distrib
.tar.gz
echo
-n
"
$file
..."
echo
-n
"
Looking for
$file
..."
url
=
http://storage.googleapis.com/grpc-prebuilt-packages/
$file
url
=
http://storage.googleapis.com/grpc-prebuilt-packages/
$file
wget
-q
$url
&&
(
wget
-q
$url
&&
(
echo
" Found."
echo
" Found."
tar
xfz
$file
tar
xfz
$file
)
||
true
)
||
echo
" Not found."
done
done
mkdir
-p
bins/
$CONFIG
/protobuf
mkdir
-p
bins/
$CONFIG
/protobuf
...
...
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