| OLD | NEW |
| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "cmd": [], | 243 "cmd": [], |
| 244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | 244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", |
| 245 "name": "***SINGLE TEST (deprecated)***" | 245 "name": "***SINGLE TEST (deprecated)***" |
| 246 }, | 246 }, |
| 247 { | 247 { |
| 248 "cmd": [ | 248 "cmd": [ |
| 249 "python", | 249 "python", |
| 250 "-u", | 250 "-u", |
| 251 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | |
| 252 ], | |
| 253 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | |
| 254 "name": "saving url to temp file", | |
| 255 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_bisect/builds/571", | |
| 256 "stdout": "/path/to/tmp/" | |
| 257 }, | |
| 258 { | |
| 259 "cmd": [ | |
| 260 "python", | |
| 261 "-u", | |
| 262 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | |
| 263 "--", | |
| 264 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 265 "----", | |
| 266 "cp", | |
| 267 "/tmp/dummy1", | |
| 268 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" | |
| 269 ], | |
| 270 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | |
| 271 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", | |
| 272 "~followup_annotations": [ | |
| 273 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec@@@" | |
| 274 ] | |
| 275 }, | |
| 276 { | |
| 277 "cmd": [ | |
| 278 "python", | |
| 279 "-u", | |
| 280 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 251 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 281 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" | 252 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" |
| 282 ], | 253 ], |
| 283 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | 254 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", |
| 284 "name": "rmtree build directory", | 255 "name": "rmtree build directory", |
| 285 "~followup_annotations": [ | 256 "~followup_annotations": [ |
| 286 "@@@STEP_LOG_LINE@python.inline@@@@", | 257 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 287 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 258 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 288 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 259 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 289 "@@@STEP_LOG_LINE@python.inline@@@@", | 260 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 378 }, | 349 }, |
| 379 "name": "Performance Test 2 of 2", | 350 "name": "Performance Test 2 of 2", |
| 380 "stderr": "/path/to/tmp/", | 351 "stderr": "/path/to/tmp/", |
| 381 "stdout": "/path/to/tmp/", | 352 "stdout": "/path/to/tmp/", |
| 382 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| 383 "@@@STEP_LOG_END@Captured Output@@@" | 354 "@@@STEP_LOG_END@Captured Output@@@" |
| 384 ] | 355 ] |
| 385 }, | 356 }, |
| 386 { | 357 { |
| 387 "cmd": [ | |
| 388 "python", | |
| 389 "-u", | |
| 390 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | |
| 391 ], | |
| 392 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | |
| 393 "env": { | |
| 394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 395 }, | |
| 396 "name": "saving json to temp file", | |
| 397 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", | |
| 398 "stdout": "/path/to/tmp/" | |
| 399 }, | |
| 400 { | |
| 401 "cmd": [ | |
| 402 "python", | |
| 403 "-u", | |
| 404 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | |
| 405 "--", | |
| 406 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 407 "----", | |
| 408 "cp", | |
| 409 "/tmp/dummy2", | |
| 410 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" | |
| 411 ], | |
| 412 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", | |
| 413 "env": { | |
| 414 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 415 }, | |
| 416 "name": "gsutil upload", | |
| 417 "~followup_annotations": [ | |
| 418 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | |
| 419 ] | |
| 420 }, | |
| 421 { | |
| 422 "name": "$result", | 358 "name": "$result", |
| 423 "recipe_result": null, | 359 "recipe_result": null, |
| 424 "status_code": 0 | 360 "status_code": 0 |
| 425 } | 361 } |
| 426 ] | 362 ] |
| OLD | NEW |