| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android32 GN (dbg)", | 10 "Android32 GN (dbg)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--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']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]\ntarget_os = ['android']", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", | |
| 28 "env": { | 27 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 29 }, |
| 31 "name": "bot_update", | 30 "name": "bot_update", |
| 32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 54 "@@@STEP_LOG_END@json.output@@@", | 53 "@@@STEP_LOG_END@json.output@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 57 ] | 56 ] |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 62 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 64 "[SLAVE_BUILD]/src/out" | 63 "[CWD]/src/out" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]", | |
| 67 "name": "clean test output files" | 65 "name": "clean test output files" |
| 68 }, | 66 }, |
| 69 { | 67 { |
| 70 "cmd": [ | 68 "cmd": [ |
| 71 "python", | 69 "python", |
| 72 "-u", | 70 "-u", |
| 73 "\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", | 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", |
| 74 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 72 "[CWD]/src/out/Debug/debug_info_dumps", |
| 75 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 73 "[CWD]/src/out/Debug/test_logs", |
| 76 "[SLAVE_BUILD]/src/out/build_product.zip", | 74 "[CWD]/src/out/build_product.zip", |
| 77 "[SLAVE_BUILD]/src" | 75 "[CWD]/src" |
| 78 ], | 76 ], |
| 79 "cwd": "[SLAVE_BUILD]", | |
| 80 "name": "clean local files", | 77 "name": "clean local files", |
| 81 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 82 "@@@STEP_LOG_LINE@python.inline@@@@", | 79 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 83 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 80 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 84 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 81 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 85 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 82 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 86 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 83 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 87 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 84 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 88 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 85 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 86 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 87 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 91 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 88 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 89 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 93 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 94 "@@@STEP_LOG_END@python.inline@@@" | 91 "@@@STEP_LOG_END@python.inline@@@" |
| 95 ] | 92 ] |
| 96 }, | 93 }, |
| 97 { | 94 { |
| 98 "cmd": [ | 95 "cmd": [ |
| 99 "python", | 96 "python", |
| 100 "-u", | 97 "-u", |
| 101 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 102 "runhooks" | 99 "runhooks" |
| 103 ], | 100 ], |
| 104 "cwd": "[SLAVE_BUILD]", | |
| 105 "env": { | 101 "env": { |
| 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 107 "GYP_CHROMIUM_NO_ACTION": "1", | 103 "GYP_CHROMIUM_NO_ACTION": "1", |
| 108 "GYP_CROSSCOMPILE": "1", | 104 "GYP_CROSSCOMPILE": "1", |
| 109 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 105 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/goma' target_arch=arm use_goma=1", |
| 110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 106 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 111 }, | 107 }, |
| 112 "name": "gclient runhooks" | 108 "name": "gclient runhooks" |
| 113 }, | 109 }, |
| 114 { | 110 { |
| 115 "cmd": [ | 111 "cmd": [ |
| 116 "python", | 112 "python", |
| 117 "-u", | 113 "-u", |
| 118 "[DEPOT_TOOLS]/gn.py", | 114 "[ROOT]/b/depot_tools/gn.py", |
| 119 "--root=[SLAVE_BUILD]/src", | 115 "--root=[CWD]/src", |
| 120 "gen", | 116 "gen", |
| 121 "//out/Debug", | 117 "//out/Debug", |
| 122 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[BUILD]/goma\"" | 118 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[ROOT]/b/build/goma\"" |
| 123 ], | 119 ], |
| 124 "cwd": "[SLAVE_BUILD]", | |
| 125 "name": "gn" | 120 "name": "gn" |
| 126 }, | 121 }, |
| 127 { | 122 { |
| 128 "cmd": [ | 123 "cmd": [ |
| 129 "python", | 124 "python", |
| 130 "-u", | 125 "-u", |
| 131 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 132 "--show-path", | 127 "--show-path", |
| 133 "python", | 128 "python", |
| 134 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 135 "--gsutil-py-path", | 130 "--gsutil-py-path", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 137 "--ninja-path", | 132 "--ninja-path", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 139 "--target", | 134 "--target", |
| 140 "Debug", | 135 "Debug", |
| 141 "--src-dir", | 136 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", | 137 "[CWD]/src", |
| 143 "--goma-cache-dir", | 138 "--goma-cache-dir", |
| 144 "[GOMA_CACHE]", | 139 "[ROOT]/b/build/slave/goma_cache", |
| 145 "--build-tool", | 140 "--build-tool", |
| 146 "ninja", | 141 "ninja", |
| 147 "--compiler", | 142 "--compiler", |
| 148 "goma", | 143 "goma", |
| 149 "--goma-jsonstatus", | 144 "--goma-jsonstatus", |
| 150 "/path/to/tmp/json", | 145 "/path/to/tmp/json", |
| 151 "--goma-service-account-json-file", | 146 "--goma-service-account-json-file", |
| 152 "/creds/service_accounts/service-account-goma-client.json", | 147 "/creds/service_accounts/service-account-goma-client.json", |
| 153 "--goma-dir", | 148 "--goma-dir", |
| 154 "[BUILD]/goma", | 149 "[ROOT]/b/build/goma", |
| 155 "--", | 150 "--", |
| 156 "all" | 151 "all" |
| 157 ], | 152 ], |
| 158 "cwd": "[SLAVE_BUILD]", | |
| 159 "env": { | 153 "env": { |
| 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 154 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 161 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 155 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 162 }, | 156 }, |
| 163 "name": "compile", | 157 "name": "compile", |
| 164 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 166 "@@@STEP_LOG_END@json.output (invalid)@@@" | 160 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 167 ] | 161 ] |
| 168 }, | 162 }, |
| 169 { | 163 { |
| 170 "name": "$result", | 164 "name": "$result", |
| 171 "recipe_result": null, | 165 "recipe_result": null, |
| 172 "status_code": 0 | 166 "status_code": 0 |
| 173 } | 167 } |
| 174 ] | 168 ] |
| OLD | NEW |