| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
| 23 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
| 24 ] | 24 ] |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "python", | 28 "python", |
| 29 "-u", | 29 "-u", |
| 30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 31 "config", | 31 "--master", |
| 32 "chromium.testing.master", |
| 33 "--builder", |
| 34 "android_cronet_tester", |
| 35 "--slave", |
| 36 "TestSlavename", |
| 32 "--spec", | 37 "--spec", |
| 33 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
'}]\ntarget_os = ['android']" | 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
'}]\ntarget_os = ['android']", |
| 39 "--root", |
| 40 "src", |
| 41 "--revision_mapping_file", |
| 42 "{\"src\": \"got_src_revision\", \"src/native_client\": \"got_nacl_revisio
n\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc
\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_clien
t_revision\", \"src/v8\": \"got_v8_revision\"}", |
| 43 "--git-cache-dir", |
| 44 "[GIT_CACHE]", |
| 45 "--issue", |
| 46 "12853011", |
| 47 "--patchset", |
| 48 "1", |
| 49 "--rietveld_server", |
| 50 "https://codereview.chromium.org", |
| 51 "--output_json", |
| 52 "/path/to/tmp/json", |
| 53 "--revision", |
| 54 "src@HEAD", |
| 55 "--force", |
| 56 "--output_manifest" |
| 34 ], | 57 ], |
| 35 "cwd": "[SLAVE_BUILD]", | 58 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 59 "env": { |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 61 }, |
| 39 "name": "gclient setup" | 62 "name": "bot_update", |
| 40 }, | |
| 41 { | |
| 42 "cmd": [ | |
| 43 "python", | |
| 44 "-u", | |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 46 "sync", | |
| 47 "--nohooks", | |
| 48 "--force", | |
| 49 "--verbose", | |
| 50 "--delete_unversioned_trees", | |
| 51 "--revision", | |
| 52 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | |
| 53 "--output-json", | |
| 54 "/path/to/tmp/json" | |
| 55 ], | |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "env": { | |
| 58 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 59 }, | |
| 60 "name": "gclient sync", | |
| 61 "~followup_annotations": [ | 63 "~followup_annotations": [ |
| 64 "@@@STEP_TEXT@Some step text@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@{@@@", | 65 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 74 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 78 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 297276@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 82 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 86 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 90 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"src/v8/\": {@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 43426@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 94 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 95 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 96 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"got_src_revision\": \"f27fede2220bcd32
6aee3e86ddfd4ebd0fe58cb9\", @@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"got_src_revision_cp\": \"refs/heads/ma
ster@{#170242}\", @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", |
| 107 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", |
| 111 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 113 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@}@@@", | 114 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 84 "@@@STEP_LOG_END@json.output@@@", | 115 "@@@STEP_LOG_END@json.output@@@", |
| 85 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", | 116 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", |
| 86 "@@@SET_BUILD_PROPERTY@got_src_revision@170242@@@", | 117 "@@@SET_BUILD_PROPERTY@got_src_revision@\"f27fede2220bcd326aee3e86ddfd4ebd
0fe58cb9\"@@@", |
| 87 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", | 118 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", |
| 88 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", | 119 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", |
| 89 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", | 120 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", |
| 90 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 121 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 122 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 123 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 124 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 125 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 126 "@@@SET_BUILD_PROPERTY@got_src_revision_cp@\"refs/heads/master@{#170242}\"
@@@", |
| 127 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 91 ] | 128 ] |
| 92 }, | 129 }, |
| 93 { | 130 { |
| 94 "cmd": [ | 131 "cmd": [ |
| 95 "python", | 132 "python", |
| 96 "-u", | 133 "-u", |
| 97 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 134 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 98 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 135 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 99 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 136 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 100 "[SLAVE_BUILD]/src/out/build_product.zip", | 137 "[SLAVE_BUILD]/src/out/build_product.zip", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "--goma-cache-dir", | 207 "--goma-cache-dir", |
| 171 "[GOMA_CACHE]", | 208 "[GOMA_CACHE]", |
| 172 "--build-tool", | 209 "--build-tool", |
| 173 "ninja", | 210 "ninja", |
| 174 "--compiler", | 211 "--compiler", |
| 175 "goma", | 212 "goma", |
| 176 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 177 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 178 "--goma-dir", | 215 "--goma-dir", |
| 179 "[BUILD]/goma", | 216 "[BUILD]/goma", |
| 217 "--goma-fail-fast", |
| 218 "--goma-disable-local-fallback", |
| 180 "--clobber", | 219 "--clobber", |
| 181 "--", | 220 "--", |
| 182 "cronet_package", | 221 "cronet_package", |
| 183 "cronet_sample_test_apk", | 222 "cronet_sample_test_apk", |
| 184 "cronet_test_instrumentation_apk", | 223 "cronet_test_instrumentation_apk", |
| 185 "cronet_unittests_apk" | 224 "cronet_unittests_apk" |
| 186 ], | 225 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
| 188 "env": { | 227 "env": { |
| 189 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 228 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 "-u", | 555 "-u", |
| 517 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 556 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 518 "--", | 557 "--", |
| 519 "[DEPOT_TOOLS]/gsutil.py", | 558 "[DEPOT_TOOLS]/gsutil.py", |
| 520 "--force-version", | 559 "--force-version", |
| 521 "4.7", | 560 "4.7", |
| 522 "-o", | 561 "-o", |
| 523 "GSUtil:parallel_composite_upload_threshold=50M", | 562 "GSUtil:parallel_composite_upload_threshold=50M", |
| 524 "----", | 563 "----", |
| 525 "cp", | 564 "cp", |
| 565 "-a", |
| 566 "public-read", |
| 526 "[SLAVE_BUILD]/src/out/Debug/full_log", | 567 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 527 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" | 568 "gs://chromium-android/logcat_dumps/android_cronet_tester/571" |
| 528 ], | 569 ], |
| 529 "cwd": "[SLAVE_BUILD]", | 570 "cwd": "[SLAVE_BUILD]", |
| 530 "name": "gsutil upload", | 571 "name": "gsutil upload", |
| 531 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 532 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/android_cronet_tester/571@@@" | 573 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/android_cronet_tester/571@@@" |
| 533 ] | 574 ] |
| 534 }, | 575 }, |
| 535 { | 576 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 621 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 581 "@@@STEP_LOG_END@python.inline@@@" | 622 "@@@STEP_LOG_END@python.inline@@@" |
| 582 ] | 623 ] |
| 583 }, | 624 }, |
| 584 { | 625 { |
| 585 "name": "$result", | 626 "name": "$result", |
| 586 "recipe_result": null, | 627 "recipe_result": null, |
| 587 "status_code": 0 | 628 "status_code": 0 |
| 588 } | 629 } |
| 589 ] | 630 ] |
| OLD | NEW |