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

Side by Side Diff: scripts/slave/recipes/chromium.expected/perf_test_profile_failure.json

Issue 2318413002: Re-add perf-id and results-url. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64nvidia_perf_bisect.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Linux Perf (1)", 10 "Linux Perf (1)",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "-u", 185 "-u",
186 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 186 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
187 "--output", 187 "--output",
188 "/path/to/tmp/json", 188 "/path/to/tmp/json",
189 "--", 189 "--",
190 "--build-config-fs", 190 "--build-config-fs",
191 "Release", 191 "Release",
192 "--paths", 192 "--paths",
193 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 193 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
194 "--properties", 194 "--properties",
195 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}" 195 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromium.perf\", \"perf-id\": \"linux-release\", \"results-url\": \"https://c hromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
196 ], 196 ],
197 "name": "get compile targets for scripts", 197 "name": "get compile targets for scripts",
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@json.output@{}@@@", 199 "@@@STEP_LOG_LINE@json.output@{}@@@",
200 "@@@STEP_LOG_END@json.output@@@" 200 "@@@STEP_LOG_END@json.output@@@"
201 ] 201 ]
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "@@@STEP_FAILURE@@@" 359 "@@@STEP_FAILURE@@@"
360 ] 360 ]
361 }, 361 },
362 { 362 {
363 "name": "$result", 363 "name": "$result",
364 "reason": "1 tests failed: ['dynamic_perf_tests']", 364 "reason": "1 tests failed: ['dynamic_perf_tests']",
365 "recipe_result": null, 365 "recipe_result": null,
366 "status_code": 1 366 "status_code": 1
367 } 367 }
368 ] 368 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64nvidia_perf_bisect.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698