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

upload reports as artifacts

parent b7a7301c
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 2 deletions
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
# Source this rc script to prepare the environment for linux builds # Source this rc script to prepare the environment for linux builds
tools/internal_ci/helper_scripts/gen_report_index.sh
# Need to increase open files limit for c tests # Need to increase open files limit for c tests
ulimit -n 32768 ulimit -n 32768
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
# Source this rc script to prepare the environment for macos builds # Source this rc script to prepare the environment for macos builds
tools/internal_ci/helper_scripts/gen_report_index.sh
sudo launchctl limit maxfiles unlimited unlimited sudo launchctl limit maxfiles unlimited unlimited
# show current maxfiles # show current maxfiles
......
...@@ -20,6 +20,7 @@ timeout_mins: 240 ...@@ -20,6 +20,7 @@ timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 240 ...@@ -20,6 +20,7 @@ timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 240 ...@@ -20,6 +20,7 @@ timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 120 ...@@ -20,6 +20,7 @@ timeout_mins: 120
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
regex: "github/grpc/artifacts/**" regex: "github/grpc/artifacts/**"
} }
} }
...@@ -20,7 +20,7 @@ build_file: "grpc/tools/internal_ci/linux/grpc_interop_badserver_java.sh" ...@@ -20,7 +20,7 @@ build_file: "grpc/tools/internal_ci/linux/grpc_interop_badserver_java.sh"
timeout_mins: 480 timeout_mins: 480
action { action {
define_artifacts { define_artifacts {
regex: "**/report.xml", regex: "**/report.xml"
regex: "github/grpc/reports/**" regex: "github/grpc/reports/**"
} }
} }
...@@ -20,7 +20,7 @@ build_file: "grpc/tools/internal_ci/linux/grpc_interop_badserver_python.sh" ...@@ -20,7 +20,7 @@ build_file: "grpc/tools/internal_ci/linux/grpc_interop_badserver_python.sh"
timeout_mins: 480 timeout_mins: 480
action { action {
define_artifacts { define_artifacts {
regex: "**/report.xml", regex: "**/report.xml"
regex: "github/grpc/reports/**" regex: "github/grpc/reports/**"
} }
} }
...@@ -21,5 +21,6 @@ timeout_mins: 60 ...@@ -21,5 +21,6 @@ timeout_mins: 60
action { action {
define_artifacts { define_artifacts {
regex: "**/sponge_log.xml" regex: "**/sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
...@@ -21,5 +21,6 @@ timeout_mins: 480 ...@@ -21,5 +21,6 @@ timeout_mins: 480
action { action {
define_artifacts { define_artifacts {
regex: "**/sponge_log.xml" regex: "**/sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
...@@ -21,6 +21,7 @@ timeout_mins: 60 ...@@ -21,6 +21,7 @@ timeout_mins: 60
action { action {
define_artifacts { define_artifacts {
regex: "**/sponge_log.xml" regex: "**/sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
...@@ -20,6 +20,7 @@ timeout_mins: 240 ...@@ -20,6 +20,7 @@ timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 1440 ...@@ -20,6 +20,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 180 ...@@ -20,6 +20,7 @@ timeout_mins: 180
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 30 ...@@ -20,6 +20,7 @@ timeout_mins: 30
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 20 ...@@ -20,6 +20,7 @@ timeout_mins: 20
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 1440 ...@@ -20,6 +20,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 1440 ...@@ -20,6 +20,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 1440 ...@@ -20,6 +20,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -20,6 +20,7 @@ timeout_mins: 1440 ...@@ -20,6 +20,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
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