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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Perf.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1", 208 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1",
209 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 209 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
210 }, 210 },
211 "name": "gclient runhooks" 211 "name": "gclient runhooks"
212 }, 212 },
213 { 213 {
214 "cmd": [ 214 "cmd": [
215 "python", 215 "python",
216 "-u", 216 "-u",
217 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\scripts\\get_compile_targe ts.py",
218 "--output",
219 "/path/to/tmp/json",
220 "--",
221 "--build-config-fs",
222 "Release",
223 "--paths",
224 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_Clang_Perf\\\\src\", \"runit.py\" : \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\" : \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
225 "--properties",
226 "{\"buildername\": \"Win Clang Perf\", \"buildnumber\": 571, \"mastername\ ": \"chromium.perf.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
227 ],
228 "name": "get compile targets for scripts",
229 "~followup_annotations": [
230 "@@@STEP_LOG_LINE@json.output@{}@@@",
231 "@@@STEP_LOG_END@json.output@@@"
232 ]
233 },
234 {
235 "cmd": [
236 "python",
237 "-u",
238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
239 "[BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\buildbot\\chromium.perf.fy i.json",
240 "/path/to/tmp/json"
241 ],
242 "name": "read test spec (chromium.perf.fyi.json)",
243 "~followup_annotations": [
244 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_Clang_Perf\\src\\testing\\buildbo t\\chromium.perf.fyi.json@@@",
245 "@@@STEP_LOG_LINE@json.output@{}@@@",
246 "@@@STEP_LOG_END@json.output@@@"
247 ]
248 },
249 {
250 "cmd": [
251 "python",
252 "-u",
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
218 "--show-path", 254 "--show-path",
219 "python", 255 "python",
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
221 ], 257 ],
222 "name": "cleanup_temp" 258 "name": "cleanup_temp"
223 }, 259 },
224 { 260 {
225 "cmd": [ 261 "cmd": [
226 "python", 262 "python",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 551 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
516 }, 552 },
517 "name": "process_dumps" 553 "name": "process_dumps"
518 }, 554 },
519 { 555 {
520 "name": "$result", 556 "name": "$result",
521 "recipe_result": null, 557 "recipe_result": null,
522 "status_code": 0 558 "status_code": 0
523 } 559 }
524 ] 560 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698