| 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 Builder (dbg)", | 10 "Android32 Builder (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_CROSSCOMPILE": "1", | 103 "GYP_CROSSCOMPILE": "1", |
| 108 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1", | 104 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
ROOT]/b/build/goma' target_arch=arm use_goma=1", |
| 109 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 105 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 110 }, | 106 }, |
| 111 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 112 }, | 108 }, |
| 113 { | 109 { |
| 114 "cmd": [ | 110 "cmd": [ |
| 115 "python", | 111 "python", |
| 116 "-u", | 112 "-u", |
| 117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 113 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 118 "--show-path", | 114 "--show-path", |
| 119 "python", | 115 "python", |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 121 "--gsutil-py-path", | 117 "--gsutil-py-path", |
| 122 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 123 "--ninja-path", | 119 "--ninja-path", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 125 "--target", | 121 "--target", |
| 126 "Debug", | 122 "Debug", |
| 127 "--src-dir", | 123 "--src-dir", |
| 128 "[SLAVE_BUILD]/src", | 124 "[CWD]/src", |
| 129 "--goma-cache-dir", | 125 "--goma-cache-dir", |
| 130 "[GOMA_CACHE]", | 126 "[ROOT]/b/build/slave/goma_cache", |
| 131 "--build-tool", | 127 "--build-tool", |
| 132 "ninja", | 128 "ninja", |
| 133 "--compiler", | 129 "--compiler", |
| 134 "goma", | 130 "goma", |
| 135 "--goma-jsonstatus", | 131 "--goma-jsonstatus", |
| 136 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
| 137 "--goma-service-account-json-file", | 133 "--goma-service-account-json-file", |
| 138 "/creds/service_accounts/service-account-goma-client.json", | 134 "/creds/service_accounts/service-account-goma-client.json", |
| 139 "--goma-dir", | 135 "--goma-dir", |
| 140 "[BUILD]/goma", | 136 "[ROOT]/b/build/goma", |
| 141 "--" | 137 "--" |
| 142 ], | 138 ], |
| 143 "cwd": "[SLAVE_BUILD]", | |
| 144 "env": { | 139 "env": { |
| 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 141 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
| 147 }, | 142 }, |
| 148 "name": "compile", | 143 "name": "compile", |
| 149 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 145 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 146 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 152 ] | 147 ] |
| 153 }, | 148 }, |
| 154 { | 149 { |
| 155 "allow_subannotations": true, | 150 "allow_subannotations": true, |
| 156 "cmd": [ | 151 "cmd": [ |
| 157 "python", | 152 "python", |
| 158 "-u", | 153 "-u", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 160 "--show-path", | 155 "--show-path", |
| 161 "python", | 156 "python", |
| 162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 163 "--target", | 158 "--target", |
| 164 "Debug", | 159 "Debug", |
| 165 "--build-url", | 160 "--build-url", |
| 166 "gs://chromium-webrtc/client.webrtc/Android32 Builder (dbg)", | 161 "gs://chromium-webrtc/client.webrtc/Android32 Builder (dbg)", |
| 167 "--build_revision", | 162 "--build_revision", |
| 168 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 163 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 169 "--factory-properties", | 164 "--factory-properties", |
| 170 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android32 Builder (dbg)\
", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 165 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android32 Builder (dbg)\
", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 171 "--build-properties", | 166 "--build-properties", |
| 172 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android32 Builder (dbg)\
", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" | 167 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android32 Builder (dbg)\
", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" |
| 173 ], | 168 ], |
| 174 "cwd": "[SLAVE_BUILD]", | |
| 175 "name": "package build" | 169 "name": "package build" |
| 176 }, | 170 }, |
| 177 { | 171 { |
| 178 "cmd": [], | 172 "cmd": [], |
| 179 "cwd": "[SLAVE_BUILD]", | |
| 180 "name": "trigger", | 173 "name": "trigger", |
| 181 "trigger_specs": [ | 174 "trigger_specs": [ |
| 182 { | 175 { |
| 183 "builder_name": "Android32 Tests (L Nexus5)(dbg)", | 176 "builder_name": "Android32 Tests (L Nexus5)(dbg)", |
| 184 "properties": { | 177 "properties": { |
| 185 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 178 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 186 "parent_got_revision_cp": "refs/heads/master@{#170242}", | 179 "parent_got_revision_cp": "refs/heads/master@{#170242}", |
| 187 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" | 180 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 188 } | 181 } |
| 189 }, | 182 }, |
| 190 { | 183 { |
| 191 "builder_name": "Android32 Tests (L Nexus7.2)(dbg)", | 184 "builder_name": "Android32 Tests (L Nexus7.2)(dbg)", |
| 192 "properties": { | 185 "properties": { |
| 193 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 186 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 194 "parent_got_revision_cp": "refs/heads/master@{#170242}", | 187 "parent_got_revision_cp": "refs/heads/master@{#170242}", |
| 195 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" | 188 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 196 } | 189 } |
| 197 } | 190 } |
| 198 ], | 191 ], |
| 199 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 200 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu
s7.2)(dbg)@@@" | 193 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu
s7.2)(dbg)@@@" |
| 201 ] | 194 ] |
| 202 }, | 195 }, |
| 203 { | 196 { |
| 204 "name": "$result", | 197 "name": "$result", |
| 205 "recipe_result": null, | 198 "recipe_result": null, |
| 206 "status_code": 0 | 199 "status_code": 0 |
| 207 } | 200 } |
| 208 ] | 201 ] |
| OLD | NEW |