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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressing all early feedback. 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "name": "git diff to analyze patch", 270 "name": "git diff to analyze patch",
271 "stdout": "/path/to/tmp/", 271 "stdout": "/path/to/tmp/",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", 273 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@",
274 "@@@STEP_LOG_END@files@@@" 274 "@@@STEP_LOG_END@files@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "cmd": [], 278 "cmd": [],
279 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 279 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
280 "name": "***LEGACY BISECT (deprecated)***" 280 "name": "***LEGACY BISECT HAS BEEN DEPRECATED***",
281 },
282 {
283 "cmd": [
284 "python",
285 "-u",
286 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/prepare-bisect-perf-regressio n.py",
287 "-w",
288 "[CACHE]/bisect"
289 ],
290 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
291 "name": "Preparing for Bisection"
292 },
293 {
294 "cmd": [],
295 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
296 "name": "ensure_goma (2)"
297 },
298 {
299 "cmd": [
300 "python",
301 "-u",
302 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
303 "--platform",
304 "linux-amd64",
305 "--dest-directory",
306 "[SLAVE_BUILD]/cipd",
307 "--json-output",
308 "/path/to/tmp/json"
309 ],
310 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
311 "name": "ensure_goma.install cipd (2)",
312 "~followup_annotations": [ 281 "~followup_annotations": [
313 "@@@STEP_NEST_LEVEL@1@@@", 282 "@@@STEP_FAILURE@@@"
314 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
315 "@@@STEP_LOG_LINE@json.output@{@@@",
316 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
318 "@@@STEP_LOG_LINE@json.output@}@@@",
319 "@@@STEP_LOG_END@json.output@@@"
320 ] 283 ]
321 }, 284 },
322 { 285 {
323 "cmd": [
324 "[SLAVE_BUILD]/cipd/cipd",
325 "ensure",
326 "--root",
327 "[CACHE]/cipd/goma",
328 "--list",
329 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
330 "--json-output",
331 "/path/to/tmp/json",
332 "--service-account-json",
333 "/creds/service_accounts/service-account-goma-client.json"
334 ],
335 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
336 "name": "ensure_goma.ensure_installed (2)",
337 "~followup_annotations": [
338 "@@@STEP_NEST_LEVEL@1@@@",
339 "@@@STEP_LOG_LINE@json.output@{@@@",
340 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
341 "@@@STEP_LOG_LINE@json.output@ {@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
343 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
344 "@@@STEP_LOG_LINE@json.output@ }, @@@",
345 "@@@STEP_LOG_LINE@json.output@ {@@@",
346 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
347 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
348 "@@@STEP_LOG_LINE@json.output@ }@@@",
349 "@@@STEP_LOG_LINE@json.output@ ]@@@",
350 "@@@STEP_LOG_LINE@json.output@}@@@",
351 "@@@STEP_LOG_END@json.output@@@"
352 ]
353 },
354 {
355 "allow_subannotations": true,
356 "cmd": [
357 "python",
358 "-u",
359 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
360 "--target",
361 "Release",
362 "--xvfb",
363 "--factory-properties",
364 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"c hrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \"\", \"reque ster\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"htt ps://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
365 "--build-properties",
366 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"c hrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \"\", \"reque ster\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"htt ps://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}",
367 "--step-name=Running Bisection",
368 "--builder-name=linux_perf_bisect",
369 "--slave-name=TestSlavename",
370 "--build-number=571",
371 "--run-python-script",
372 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-bisect-perf-regression.py ",
373 "-w",
374 "[CACHE]/bisect",
375 "--path_to_goma",
376 "[CACHE]/cipd/goma",
377 "--build-properties",
378 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"c hrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \"\", \"reque ster\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"htt ps://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
379 ],
380 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
381 "name": "Running Bisection"
382 },
383 {
384 "name": "$result", 286 "name": "$result",
385 "recipe_result": null, 287 "recipe_result": null,
386 "status_code": 0 288 "status_code": 0
387 } 289 }
388 ] 290 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698