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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.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, 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "GYP_CHROMIUM_NO_ACTION": "1", 202 "GYP_CHROMIUM_NO_ACTION": "1",
203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", 203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
205 }, 205 },
206 "name": "gclient runhooks" 206 "name": "gclient runhooks"
207 }, 207 },
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "[BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\scripts\\get_compil e_targets.py",
213 "--output",
214 "/path/to/tmp/json",
215 "--",
216 "--build-config-fs",
217 "Release_x64",
218 "--paths",
219 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64_bisect_builder\\\\src\", \"run it.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runte st.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
220 "--properties",
221 "{\"buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"targe t_platform\": \"win\"}"
222 ],
223 "name": "get compile targets for scripts",
224 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@json.output@{}@@@",
226 "@@@STEP_LOG_END@json.output@@@"
227 ]
228 },
229 {
230 "cmd": [
231 "python",
232 "-u",
233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
234 "[BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\buildbot\\tryserver .chromium.perf.json",
235 "/path/to/tmp/json"
236 ],
237 "name": "read test spec (tryserver.chromium.perf.json)",
238 "~followup_annotations": [
239 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\ buildbot\\tryserver.chromium.perf.json@@@",
240 "@@@STEP_LOG_LINE@json.output@{}@@@",
241 "@@@STEP_LOG_END@json.output@@@"
242 ]
243 },
244 {
245 "cmd": [
246 "python",
247 "-u",
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
213 "--show-path", 249 "--show-path",
214 "python", 250 "python",
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
216 ], 252 ],
217 "name": "cleanup_temp" 253 "name": "cleanup_temp"
218 }, 254 },
219 { 255 {
220 "cmd": [ 256 "cmd": [
221 "python", 257 "python",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
355 }, 391 },
356 "name": "process_dumps" 392 "name": "process_dumps"
357 }, 393 },
358 { 394 {
359 "name": "$result", 395 "name": "$result",
360 "recipe_result": null, 396 "recipe_result": null,
361 "status_code": 0 397 "status_code": 0
362 } 398 }
363 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698