OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 24 matching lines...) Expand all Loading... |
35 "{\"src\": \"got_src_revision\", \"src/buildtools\": \"got_buildtools_revi
sion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", | 35 "{\"src\": \"got_src_revision\", \"src/buildtools\": \"got_buildtools_revi
sion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", |
36 "--git-cache-dir", | 36 "--git-cache-dir", |
37 "[GIT_CACHE]", | 37 "[GIT_CACHE]", |
38 "--output_json", | 38 "--output_json", |
39 "/path/to/tmp/json", | 39 "/path/to/tmp/json", |
40 "--revision", | 40 "--revision", |
41 "src@204787", | 41 "src@204787", |
42 "--output_manifest" | 42 "--output_manifest" |
43 ], | 43 ], |
44 "env": { | 44 "env": { |
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
46 }, | 46 }, |
47 "name": "bot_update", | 47 "name": "bot_update", |
48 "~followup_annotations": [ | 48 "~followup_annotations": [ |
49 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
50 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", |
54 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 ], | 507 ], |
508 "cwd": "[SLAVE_BUILD]", | 508 "cwd": "[SLAVE_BUILD]", |
509 "name": "compare_build_artifacts" | 509 "name": "compare_build_artifacts" |
510 }, | 510 }, |
511 { | 511 { |
512 "name": "$result", | 512 "name": "$result", |
513 "recipe_result": null, | 513 "recipe_result": null, |
514 "status_code": 0 | 514 "status_code": 0 |
515 } | 515 } |
516 ] | 516 ] |
OLD | NEW |