| 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", |
| 7 "[BUILDER_CACHE]/Android32_GN", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 29 "--master", |
| 8 "client.webrtc", | 30 "client.webrtc", |
| 9 "--builder", | 31 "--builder", |
| 10 "Android32 GN", | 32 "Android32 GN", |
| 11 "--slave", | 33 "--slave", |
| 12 "slavename", | 34 "slavename", |
| 13 "--spec", | 35 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [
'android']", | 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [
'android']", |
| 15 "--root", | 37 "--root", |
| 16 "src", | 38 "src", |
| 17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 41 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 21 "--output_json", | 43 "--output_json", |
| 22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 23 "--revision", | 45 "--revision", |
| 24 "src@12345", | 46 "src@12345", |
| 25 "--output_manifest" | 47 "--output_manifest" |
| 26 ], | 48 ], |
| 49 "cwd": "[BUILDER_CACHE]/Android32_GN", |
| 27 "env": { | 50 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 52 }, |
| 30 "name": "bot_update", | 53 "name": "bot_update", |
| 31 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 53 "@@@STEP_LOG_END@json.output@@@", | 76 "@@@STEP_LOG_END@json.output@@@", |
| 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 56 ] | 79 ] |
| 57 }, | 80 }, |
| 58 { | 81 { |
| 59 "cmd": [ | 82 "cmd": [ |
| 60 "python", | 83 "python", |
| 61 "-u", | 84 "-u", |
| 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 63 "[SLAVE_BUILD]/src/out" | 86 "[BUILDER_CACHE]/Android32_GN/src/out" |
| 64 ], | 87 ], |
| 65 "name": "clean test output files" | 88 "name": "clean test output files" |
| 66 }, | 89 }, |
| 67 { | 90 { |
| 68 "cmd": [ | 91 "cmd": [ |
| 69 "python", | 92 "python", |
| 70 "-u", | 93 "-u", |
| 71 "\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", | 94 "\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", |
| 72 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 95 "[BUILDER_CACHE]/Android32_GN/src/out/Release/debug_info_dumps", |
| 73 "[SLAVE_BUILD]/src/out/Release/test_logs", | 96 "[BUILDER_CACHE]/Android32_GN/src/out/Release/test_logs", |
| 74 "[SLAVE_BUILD]/src/out/build_product.zip", | 97 "[BUILDER_CACHE]/Android32_GN/src/out/build_product.zip", |
| 75 "[SLAVE_BUILD]/src" | 98 "[BUILDER_CACHE]/Android32_GN/src" |
| 76 ], | 99 ], |
| 77 "name": "clean local files", | 100 "name": "clean local files", |
| 78 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 79 "@@@STEP_LOG_LINE@python.inline@@@@", | 102 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 80 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 103 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 81 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 104 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 82 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 105 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 83 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 106 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 84 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 107 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 108 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
| 146 ] | 169 ] |
| 147 }, | 170 }, |
| 148 { | 171 { |
| 149 "cmd": [ | 172 "cmd": [ |
| 150 "python", | 173 "python", |
| 151 "-u", | 174 "-u", |
| 152 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 153 "runhooks" | 176 "runhooks" |
| 154 ], | 177 ], |
| 155 "cwd": "[SLAVE_BUILD]/src", | 178 "cwd": "[BUILDER_CACHE]/Android32_GN/src", |
| 156 "env": { | 179 "env": { |
| 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 158 "GYP_CHROMIUM_NO_ACTION": "1", | 181 "GYP_CHROMIUM_NO_ACTION": "1", |
| 159 "GYP_CROSSCOMPILE": "1", | 182 "GYP_CROSSCOMPILE": "1", |
| 160 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 161 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 184 "PATH": "[BUILDER_CACHE]/Android32_GN/src/third_party/android_tools/sdk/pl
atform-tools:[BUILDER_CACHE]/Android32_GN/src/build/android:%(PATH)s:RECIPE_PACK
AGE_REPO[depot_tools]" |
| 162 }, | 185 }, |
| 163 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
| 164 }, | 187 }, |
| 165 { | 188 { |
| 166 "cmd": [ | 189 "cmd": [ |
| 167 "python", | 190 "python", |
| 168 "-u", | 191 "-u", |
| 169 "[DEPOT_TOOLS]/gn.py", | 192 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 170 "--root=[SLAVE_BUILD]/src", | 193 "--root=[BUILDER_CACHE]/Android32_GN/src", |
| 171 "gen", | 194 "gen", |
| 172 "//out/Release", | 195 "//out/Release", |
| 173 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[CACHE]/cipd/goma\"" | 196 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[CACHE]/cipd/goma\"" |
| 174 ], | 197 ], |
| 175 "name": "gn" | 198 "name": "gn" |
| 176 }, | 199 }, |
| 177 { | 200 { |
| 178 "cmd": [ | 201 "cmd": [ |
| 179 "python", | 202 "python", |
| 180 "-u", | 203 "-u", |
| 181 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 182 "--show-path", | 205 "--show-path", |
| 183 "python", | 206 "python", |
| 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 185 "--gsutil-py-path", | 208 "--gsutil-py-path", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 209 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 187 "--ninja-path", | 210 "--ninja-path", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 211 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 189 "--target", | 212 "--target", |
| 190 "Release", | 213 "Release", |
| 191 "--src-dir", | 214 "--src-dir", |
| 192 "[SLAVE_BUILD]/src", | 215 "[BUILDER_CACHE]/Android32_GN/src", |
| 193 "--goma-cache-dir", | 216 "--goma-cache-dir", |
| 194 "[GOMA_CACHE]", | 217 "[GOMA_CACHE]", |
| 218 "--goma-deps-cache-dir", |
| 219 "[GOMA_DEPS_CACHE]", |
| 195 "--compiler", | 220 "--compiler", |
| 196 "goma", | 221 "goma", |
| 197 "--goma-jsonstatus", | 222 "--goma-jsonstatus", |
| 198 "/path/to/tmp/json", | 223 "/path/to/tmp/json", |
| 199 "--goma-service-account-json-file", | 224 "--goma-service-account-json-file", |
| 200 "/creds/service_accounts/service-account-goma-client.json", | 225 "/creds/service_accounts/service-account-goma-client.json", |
| 201 "--goma-dir", | 226 "--goma-dir", |
| 202 "[CACHE]/cipd/goma", | 227 "[CACHE]/cipd/goma", |
| 203 "--", | 228 "--", |
| 204 "all" | 229 "all" |
| 205 ], | 230 ], |
| 206 "env": { | 231 "env": { |
| 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 232 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 208 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 233 "PATH": "[BUILDER_CACHE]/Android32_GN/src/third_party/android_tools/sdk/pl
atform-tools:[BUILDER_CACHE]/Android32_GN/src/build/android:%(PATH)s" |
| 209 }, | 234 }, |
| 210 "name": "compile", | 235 "name": "compile", |
| 211 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 213 "@@@STEP_LOG_END@json.output (invalid)@@@" | 238 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 214 ] | 239 ] |
| 215 }, | 240 }, |
| 216 { | 241 { |
| 217 "name": "$result", | 242 "name": "$result", |
| 218 "recipe_result": null, | 243 "recipe_result": null, |
| 219 "status_code": 0 | 244 "status_code": 0 |
| 220 } | 245 } |
| 221 ] | 246 ] |
| OLD | NEW |