aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_coverage_results.expected/failed_once.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 13:21:01 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-16 13:21:07 +0000
commit276886160ba96748c901b7319ca8f876415269c6 (patch)
tree7fea348d2dcb256b8717da253865ea76aa5bd319 /infra/bots/recipes/upload_coverage_results.expected/failed_once.json
parent7bbb26fee0dcd7c53c1f5b80f62966654dd823ba (diff)
Revert "[infra] Run recipes through Kitchen"
This reverts commit 7bbb26fee0dcd7c53c1f5b80f62966654dd823ba. Reason for revert: uploads broke task scheduler Original change's description: > [infra] Run recipes through Kitchen > > Bug: skia:7050 > Change-Id: I50632444eb4ca7f9ae2b1b30b766e531092ccad4 > Reviewed-on: https://skia-review.googlesource.com/82500 > Commit-Queue: Eric Boren <borenet@google.com> > Reviewed-by: Ravi Mistry <rmistry@google.com> TBR=borenet@google.com,rmistry@google.com Change-Id: Ic3a5404fde844f01eca551d50039a84a20e84e11 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:7050 Reviewed-on: https://skia-review.googlesource.com/121423 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_coverage_results.expected/failed_once.json')
-rw-r--r--infra/bots/recipes/upload_coverage_results.expected/failed_once.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/infra/bots/recipes/upload_coverage_results.expected/failed_once.json b/infra/bots/recipes/upload_coverage_results.expected/failed_once.json
index 51eda3bbe0..a0dc0bf034 100644
--- a/infra/bots/recipes/upload_coverage_results.expected/failed_once.json
+++ b/infra/bots/recipes/upload_coverage_results.expected/failed_once.json
@@ -7,16 +7,16 @@
"--json-output",
"/path/to/tmp/json",
"glob",
- "[START_DIR]/coverage",
+ "[START_DIR]",
"*.profraw"
],
"infra_step": true,
"name": "find raw inputs",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@glob@[START_DIR]/coverage/a.raw@@@",
- "@@@STEP_LOG_LINE@glob@[START_DIR]/coverage/b.raw@@@",
- "@@@STEP_LOG_LINE@glob@[START_DIR]/coverage/c.raw@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/a.raw@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/b.raw@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/c.raw@@@",
"@@@STEP_LOG_END@glob@@@"
]
},
@@ -25,9 +25,9 @@
"tar",
"-zcvf",
"[START_DIR]/raw_data.profraw.tar.gz",
- "[START_DIR]/coverage/a.raw",
- "[START_DIR]/coverage/b.raw",
- "[START_DIR]/coverage/c.raw"
+ "[START_DIR]/a.raw",
+ "[START_DIR]/b.raw",
+ "[START_DIR]/c.raw"
],
"name": "create raw data archive"
},
@@ -47,9 +47,9 @@
"-sparse",
"-o",
"[START_DIR]/output.profdata",
- "[START_DIR]/coverage/a.raw",
- "[START_DIR]/coverage/b.raw",
- "[START_DIR]/coverage/c.raw"
+ "[START_DIR]/a.raw",
+ "[START_DIR]/b.raw",
+ "[START_DIR]/c.raw"
],
"name": "merge and index"
},
@@ -81,7 +81,7 @@
"cmd": [
"[START_DIR]/clang_linux/bin/llvm-cov",
"show",
- "[START_DIR]/build/out/Debug/dm",
+ "[START_DIR]/out/Debug/dm",
"-instr-profile=[START_DIR]/output.profdata",
"-use-color=0",
"-format=text",
@@ -122,7 +122,7 @@
"cmd": [
"[START_DIR]/clang_linux/bin/llvm-cov",
"show",
- "[START_DIR]/build/out/Debug/dm",
+ "[START_DIR]/out/Debug/dm",
"-instr-profile=[START_DIR]/output.profdata",
"-use-color=1",
"-format=html",