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

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

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "-u", 186 "-u",
187 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 187 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
188 "--output", 188 "--output",
189 "/path/to/tmp/json", 189 "/path/to/tmp/json",
190 "--", 190 "--",
191 "--build-config-fs", 191 "--build-config-fs",
192 "Release", 192 "Release",
193 "--paths", 193 "--paths",
194 "{\"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 "{\"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\"}",
195 "--properties", 195 "--properties",
196 "{\"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 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}"
197 ], 197 ],
198 "name": "get compile targets for scripts", 198 "name": "get compile targets for scripts",
199 "~followup_annotations": [ 199 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output@{}@@@", 200 "@@@STEP_LOG_LINE@json.output@{}@@@",
201 "@@@STEP_LOG_END@json.output@@@" 201 "@@@STEP_LOG_END@json.output@@@"
202 ] 202 ]
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "@@@STEP_FAILURE@@@" 360 "@@@STEP_FAILURE@@@"
361 ] 361 ]
362 }, 362 },
363 { 363 {
364 "name": "$result", 364 "name": "$result",
365 "reason": "1 tests failed: ['dynamic_perf_tests']", 365 "reason": "1 tests failed: ['dynamic_perf_tests']",
366 "recipe_result": null, 366 "recipe_result": null,
367 "status_code": 1 367 "status_code": 1
368 } 368 }
369 ] 369 ]
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