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

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: You know, expectations and stuff. Created 4 years, 4 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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Linux Perf (1)", 10 "Linux Perf (1)",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "-u", 180 "-u",
181 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 181 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
182 "--output", 182 "--output",
183 "/path/to/tmp/json", 183 "/path/to/tmp/json",
184 "--", 184 "--",
185 "--build-config-fs", 185 "--build-config-fs",
186 "Release", 186 "Release",
187 "--paths", 187 "--paths",
188 "{\"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\"}", 188 "{\"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\"}",
189 "--properties", 189 "--properties",
190 "{\"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\"}" 190 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 0, \"mastername\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin ux\"}"
191 ], 191 ],
192 "name": "get compile targets for scripts", 192 "name": "get compile targets for scripts",
193 "~followup_annotations": [ 193 "~followup_annotations": [
194 "@@@STEP_LOG_LINE@json.output@{}@@@", 194 "@@@STEP_LOG_LINE@json.output@{}@@@",
195 "@@@STEP_LOG_END@json.output@@@" 195 "@@@STEP_LOG_END@json.output@@@"
196 ] 196 ]
197 }, 197 },
198 { 198 {
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "@@@STEP_FAILURE@@@" 354 "@@@STEP_FAILURE@@@"
355 ] 355 ]
356 }, 356 },
357 { 357 {
358 "name": "$result", 358 "name": "$result",
359 "reason": "1 tests failed: ['dynamic_perf_tests']", 359 "reason": "1 tests failed: ['dynamic_perf_tests']",
360 "recipe_result": null, 360 "recipe_result": null,
361 "status_code": 1 361 "status_code": 1
362 } 362 }
363 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698