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 14 additions and 1 deletion
...@@ -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/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,7 @@ timeout_mins: 1440
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
......
...@@ -21,6 +21,7 @@ timeout_mins: 1440 ...@@ -21,6 +21,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: 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/**"
} }
} }
...@@ -19,7 +19,7 @@ build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh" ...@@ -19,7 +19,7 @@ build_file: "grpc/tools/internal_ci/macos/grpc_interop.sh"
timeout_mins: 240 timeout_mins: 240
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml", regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**" regex: "github/grpc/reports/**"
} }
} }
...@@ -20,5 +20,6 @@ timeout_mins: 240 ...@@ -20,5 +20,6 @@ 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,5 +20,6 @@ timeout_mins: 360 ...@@ -20,5 +20,6 @@ timeout_mins: 360
action { action {
define_artifacts { define_artifacts {
regex: "**/*sponge_log.xml" regex: "**/*sponge_log.xml"
regex: "github/grpc/reports/**"
} }
} }
...@@ -20,5 +20,6 @@ timeout_mins: 360 ...@@ -20,5 +20,6 @@ timeout_mins: 360
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.
Please register or to comment