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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_with_priority_expiration_and_timeout.json

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json 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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "name": "compile (with patch)", 450 "name": "compile (with patch)",
451 "~followup_annotations": [ 451 "~followup_annotations": [
452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
453 "@@@STEP_LOG_END@json.output (invalid)@@@" 453 "@@@STEP_LOG_END@json.output (invalid)@@@"
454 ] 454 ]
455 }, 455 },
456 { 456 {
457 "cmd": [ 457 "cmd": [
458 "python", 458 "python",
459 "-u", 459 "-u",
460 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 460 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
461 "--build-dir", 461 "--build-dir",
462 "[BUILDER_CACHE]/linux/src/out/Release", 462 "[BUILDER_CACHE]/linux/src/out/Release"
463 "--src-dir",
464 "[BUILDER_CACHE]/linux/src"
465 ], 463 ],
466 "cwd": "[SLAVE_BUILD]", 464 "cwd": "[SLAVE_BUILD]",
467 "name": "remove_build_metadata" 465 "name": "remove_build_metadata"
468 }, 466 },
469 { 467 {
470 "cmd": [ 468 "cmd": [
471 "python", 469 "python",
472 "-u", 470 "-u",
473 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 471 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
474 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 472 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 640 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
643 }, 641 },
644 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]" 642 "name": "Upload to test-results [gl_tests (with patch) on Ubuntu-12.04]"
645 }, 643 },
646 { 644 {
647 "name": "$result", 645 "name": "$result",
648 "recipe_result": null, 646 "recipe_result": null,
649 "status_code": 0 647 "status_code": 0
650 } 648 }
651 ] 649 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698