aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_coverage_results.expected/trybot.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 12:44:18 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-17 11:13:53 +0000
commitf39bbe5a31542396a8aabf8066ee46862312d7d8 (patch)
tree482a66c0681659900ee3fdd2b2c6024617da6a9f /infra/bots/recipes/upload_coverage_results.expected/trybot.json
parenteedecc6046b29f71dfe21f13ec65b973e7fd5381 (diff)
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050 Change-Id: I331014c408dd5b6f7baafd78ffd12f1235c5bfe7 Reviewed-on: https://skia-review.googlesource.com/121481 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_coverage_results.expected/trybot.json')
-rw-r--r--infra/bots/recipes/upload_coverage_results.expected/trybot.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/infra/bots/recipes/upload_coverage_results.expected/trybot.json b/infra/bots/recipes/upload_coverage_results.expected/trybot.json
index 938b3280b4..9bc638c06a 100644
--- a/infra/bots/recipes/upload_coverage_results.expected/trybot.json
+++ b/infra/bots/recipes/upload_coverage_results.expected/trybot.json
@@ -7,16 +7,16 @@
"--json-output",
"/path/to/tmp/json",
"glob",
- "[START_DIR]",
+ "[START_DIR]/coverage",
"*.profraw"
],
"infra_step": true,
"name": "find raw inputs",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@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_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_END@glob@@@"
]
},
@@ -25,9 +25,9 @@
"tar",
"-zcvf",
"[START_DIR]/raw_data.profraw.tar.gz",
- "[START_DIR]/a.raw",
- "[START_DIR]/b.raw",
- "[START_DIR]/c.raw"
+ "[START_DIR]/coverage/a.raw",
+ "[START_DIR]/coverage/b.raw",
+ "[START_DIR]/coverage/c.raw"
],
"name": "create raw data archive"
},
@@ -47,9 +47,9 @@
"-sparse",
"-o",
"[START_DIR]/output.profdata",
- "[START_DIR]/a.raw",
- "[START_DIR]/b.raw",
- "[START_DIR]/c.raw"
+ "[START_DIR]/coverage/a.raw",
+ "[START_DIR]/coverage/b.raw",
+ "[START_DIR]/coverage/c.raw"
],
"name": "merge and index"
},
@@ -67,7 +67,7 @@
"cmd": [
"[START_DIR]/clang_linux/bin/llvm-cov",
"show",
- "[START_DIR]/out/Debug/dm",
+ "[START_DIR]/build/out/Debug/dm",
"-instr-profile=[START_DIR]/output.profdata",
"-use-color=0",
"-format=text",
@@ -108,7 +108,7 @@
"cmd": [
"[START_DIR]/clang_linux/bin/llvm-cov",
"show",
- "[START_DIR]/out/Debug/dm",
+ "[START_DIR]/build/out/Debug/dm",
"-instr-profile=[START_DIR]/output.profdata",
"-use-color=1",
"-format=html",