Skip to content
Snippets Groups Projects
Commit c939446a authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

artifact uploading and test report

parent d4c33b9b
No related branches found
No related tags found
No related merge requests found
...@@ -33,3 +33,8 @@ ...@@ -33,3 +33,8 @@
# Location of the continuous shell script in repository. # Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_fuzzer_client.sh" build_file: "grpc/tools/internal_ci/linux/grpc_fuzzer_client.sh"
timeout_mins: 1440 # 24 hours is the maximum allowed value timeout_mins: 1440 # 24 hours is the maximum allowed value
action {
define_artifacts {
regex: "grpc/fuzzer_output/**"
}
}
...@@ -33,3 +33,8 @@ ...@@ -33,3 +33,8 @@
# Location of the continuous shell script in repository. # Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_master.sh" build_file: "grpc/tools/internal_ci/linux/grpc_master.sh"
timeout_mins: 60 timeout_mins: 60
action {
define_artifacts {
regex: "grpc/*sponge_log.xml"
}
}
...@@ -42,7 +42,7 @@ docker --version || true ...@@ -42,7 +42,7 @@ docker --version || true
git submodule update --init git submodule update --init
tools/run_tests/run_tests.py -l c || FAILED="true" tools/run_tests/run_tests.py -l c -t -x sponge_log.xml || 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment