Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
ae49cfd1
Commit
ae49cfd1
authored
Dec 20, 2017
by
Matt Kwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collect xml results for Kokoro
parent
6003a612
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
2 deletions
+26
-2
continuous.cfg
kokoro/linux/32-bit/continuous.cfg
+6
-0
presubmit.cfg
kokoro/linux/32-bit/presubmit.cfg
+6
-0
continuous.cfg
kokoro/linux/64-bit/continuous.cfg
+6
-0
presubmit.cfg
kokoro/linux/64-bit/presubmit.cfg
+6
-0
build_and_run_docker.sh
kokoro/linux/build_and_run_docker.sh
+1
-1
pull_request_in_docker.sh
kokoro/linux/pull_request_in_docker.sh
+1
-1
No files found.
kokoro/linux/32-bit/continuous.cfg
View file @
ae49cfd1
...
@@ -3,3 +3,9 @@
...
@@ -3,3 +3,9 @@
# Location of the build script in repository
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/32-bit/build.sh"
build_file: "protobuf/kokoro/linux/32-bit/build.sh"
timeout_mins: 120
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
kokoro/linux/32-bit/presubmit.cfg
View file @
ae49cfd1
...
@@ -3,3 +3,9 @@
...
@@ -3,3 +3,9 @@
# Location of the build script in repository
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/32-bit/build.sh"
build_file: "protobuf/kokoro/linux/32-bit/build.sh"
timeout_mins: 120
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
kokoro/linux/64-bit/continuous.cfg
View file @
ae49cfd1
...
@@ -3,3 +3,9 @@
...
@@ -3,3 +3,9 @@
# Location of the build script in repository
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/64-bit/build.sh"
build_file: "protobuf/kokoro/linux/64-bit/build.sh"
timeout_mins: 120
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
kokoro/linux/64-bit/presubmit.cfg
View file @
ae49cfd1
...
@@ -3,3 +3,9 @@
...
@@ -3,3 +3,9 @@
# Location of the build script in repository
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/64-bit/build.sh"
build_file: "protobuf/kokoro/linux/64-bit/build.sh"
timeout_mins: 120
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
kokoro/linux/build_and_run_docker.sh
View file @
ae49cfd1
...
@@ -48,7 +48,7 @@ docker run \
...
@@ -48,7 +48,7 @@ docker run \
# Copy output artifacts
# Copy output artifacts
if
[
"
$OUTPUT_DIR
"
!=
""
]
if
[
"
$OUTPUT_DIR
"
!=
""
]
then
then
docker
cp
"
$CONTAINER_NAME
:/var/local/git/protobuf/
$OUTPUT_DIR
"
"
$
git_root
"
||
FAILED
=
"true"
docker
cp
"
$CONTAINER_NAME
:/var/local/git/protobuf/
$OUTPUT_DIR
"
"
$
{
git_root
}
/kokoro
"
||
FAILED
=
"true"
fi
fi
# remove the container, possibly killing it first
# remove the container, possibly killing it first
...
...
kokoro/linux/pull_request_in_docker.sh
View file @
ae49cfd1
...
@@ -57,7 +57,7 @@ cat $OUTPUT_DIR/joblog
...
@@ -57,7 +57,7 @@ cat $OUTPUT_DIR/joblog
# The directory that is copied from Docker back into the Kokoro workspace.
# The directory that is copied from Docker back into the Kokoro workspace.
COPY_FROM_DOCKER
=
/var/local/git/protobuf/testoutput
COPY_FROM_DOCKER
=
/var/local/git/protobuf/testoutput
mkdir
-p
$COPY_FROM_DOCKER
mkdir
-p
$COPY_FROM_DOCKER
TESTOUTPUT_XML_FILE
=
$COPY_FROM_DOCKER
/
testresults
.xml
TESTOUTPUT_XML_FILE
=
$COPY_FROM_DOCKER
/
sponge_log
.xml
# Process all the output files from "parallel" and package them into a single
# Process all the output files from "parallel" and package them into a single
# .xml file with detailed, broken-down test output.
# .xml file with detailed, broken-down test output.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment