Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.json

Issue 2163353002: Labeling bisect/perf try jobs with a prominent null step. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]/src", 189 "cwd": "[SLAVE_BUILD]/src",
190 "name": "git diff to analyze patch", 190 "name": "git diff to analyze patch",
191 "stdout": "/path/to/tmp/", 191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@files@tools/perf/benchmarks/blink_perf.py@@@", 193 "@@@STEP_LOG_LINE@files@tools/perf/benchmarks/blink_perf.py@@@",
194 "@@@STEP_LOG_END@files@@@" 194 "@@@STEP_LOG_END@files@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [],
199 "name": "***PERF TRYJOB***"
200 },
201 {
198 "cmd": [ 202 "cmd": [
199 "python", 203 "python",
200 "-u", 204 "-u",
201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 205 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
202 "--show-path", 206 "--show-path",
203 "python", 207 "python",
204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
205 ], 209 ],
206 "name": "cleanup_temp" 210 "name": "cleanup_temp"
207 }, 211 },
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "@@@STEP_LOG_LINE@json.output@[]@@@", 454 "@@@STEP_LOG_LINE@json.output@[]@@@",
451 "@@@STEP_LOG_END@json.output@@@" 455 "@@@STEP_LOG_END@json.output@@@"
452 ] 456 ]
453 }, 457 },
454 { 458 {
455 "name": "$result", 459 "name": "$result",
456 "recipe_result": null, 460 "recipe_result": null,
457 "status_code": 0 461 "status_code": 0
458 } 462 }
459 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698