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

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

Issue 1920863007: Add sizes test to chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused bots and bot code. Created 4 years, 7 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "-u", 175 "-u",
176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
177 "--output", 177 "--output",
178 "/path/to/tmp/json", 178 "/path/to/tmp/json",
179 "--", 179 "--",
180 "--build-config-fs", 180 "--build-config-fs",
181 "Release", 181 "Release",
182 "--paths", 182 "--paths",
183 "{\"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\"}", 183 "{\"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\"}",
184 "--properties", 184 "--properties",
185 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 571, \"mastername\ ": \"chromium.perf\", \"perf-id\": \"linux-release\", \"results-url\": \"https:/ /chromeperf.appspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"linux\"}" 185 "{\"buildername\": \"Linux Perf (1)\", \"buildnumber\": 571, \"mastername\ ": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"l inux\"}"
186 ], 186 ],
187 "cwd": "[SLAVE_BUILD]", 187 "cwd": "[SLAVE_BUILD]",
188 "name": "get compile targets for scripts", 188 "name": "get compile targets for scripts",
189 "~followup_annotations": [ 189 "~followup_annotations": [
190 "@@@STEP_LOG_LINE@json.output@{}@@@", 190 "@@@STEP_LOG_LINE@json.output@{}@@@",
191 "@@@STEP_LOG_END@json.output@@@" 191 "@@@STEP_LOG_END@json.output@@@"
192 ] 192 ]
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "@@@STEP_LOG_LINE@json.output@[]@@@", 343 "@@@STEP_LOG_LINE@json.output@[]@@@",
344 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "name": "$result", 348 "name": "$result",
349 "recipe_result": null, 349 "recipe_result": null,
350 "status_code": 0 350 "status_code": 0
351 } 351 }
352 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698