aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/gsutil/examples/full.expected
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-10-09 15:26:19 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-09 19:58:34 +0000
commitc795a4c8862dbab914561fadf7a3567c55362ae4 (patch)
tree725e0fc4209029005230fdd4db48035d3aebd52a /infra/bots/recipe_modules/gsutil/examples/full.expected
parentdf007e1a7ae808ad41eb2bd01f6a658c5b438285 (diff)
Add Linux CPU Coverage Bot
This simply uploads the results of an LLVM coverage to GCS for later ingestion/display. Bug: skia:7080 Change-Id: I7dcfa2307a239734a614990aca899ea37129126b Reviewed-on: https://skia-review.googlesource.com/53880 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/gsutil/examples/full.expected')
-rw-r--r--infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json78
-rw-r--r--infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json31
-rw-r--r--infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json17
3 files changed, 126 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json b/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json
new file mode 100644
index 0000000000..2307ef7d90
--- /dev/null
+++ b/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_all_uploads.json
@@ -0,0 +1,78 @@
+[
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file (attempt 2)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file (attempt 3)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file (attempt 4)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file (attempt 5)",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "reason": "Step('upload test file (attempt 5)') failed with return_code 1",
+ "recipe_result": null,
+ "status_code": 1
+ }
+] \ No newline at end of file
diff --git a/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json b/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json
new file mode 100644
index 0000000000..ab20ee6052
--- /dev/null
+++ b/infra/bots/recipe_modules/gsutil/examples/full.expected/failed_one_upload.json
@@ -0,0 +1,31 @@
+[
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file",
+ "~followup_annotations": [
+ "step returned non-zero exit code: 1",
+ "@@@STEP_FAILURE@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file (attempt 2)"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+] \ No newline at end of file
diff --git a/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json b/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
new file mode 100644
index 0000000000..c29e1c4612
--- /dev/null
+++ b/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
@@ -0,0 +1,17 @@
+[
+ {
+ "cmd": [
+ "gsutil",
+ "cp",
+ "-Z",
+ "/foo/file",
+ "gs://bar-bucket/file"
+ ],
+ "name": "upload test file"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+] \ No newline at end of file