Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json

Issue 2226283002: webrtc: prepare for running under remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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]/android_compile_mips_dbg",
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 "tryserver.webrtc", 30 "tryserver.webrtc",
9 "--builder", 31 "--builder",
10 "android_compile_mips_dbg", 32 "android_compile_mips_dbg",
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 "--issue", 43 "--issue",
22 "666666", 44 "666666",
23 "--patchset", 45 "--patchset",
24 "1", 46 "1",
25 "--rietveld_server", 47 "--rietveld_server",
26 "https://fake.rietveld.url", 48 "https://fake.rietveld.url",
27 "--output_json", 49 "--output_json",
28 "/path/to/tmp/json", 50 "/path/to/tmp/json",
29 "--revision", 51 "--revision",
30 "src@12345", 52 "src@12345",
31 "--output_manifest" 53 "--output_manifest"
32 ], 54 ],
55 "cwd": "[BUILDER_CACHE]/android_compile_mips_dbg",
33 "env": { 56 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 58 },
36 "name": "bot_update", 59 "name": "bot_update",
37 "~followup_annotations": [ 60 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 61 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 62 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
59 "@@@STEP_LOG_END@json.output@@@", 82 "@@@STEP_LOG_END@json.output@@@",
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 83 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 84 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
62 ] 85 ]
63 }, 86 },
64 { 87 {
65 "cmd": [ 88 "cmd": [
66 "python", 89 "python",
67 "-u", 90 "-u",
68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 91 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
69 "[SLAVE_BUILD]/src/out" 92 "[BUILDER_CACHE]/android_compile_mips_dbg/src/out"
70 ], 93 ],
71 "name": "clean test output files" 94 "name": "clean test output files"
72 }, 95 },
73 { 96 {
74 "cmd": [ 97 "cmd": [
75 "python", 98 "python",
76 "-u", 99 "-u",
77 "\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", 100 "\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",
78 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 101 "[BUILDER_CACHE]/android_compile_mips_dbg/src/out/Debug/debug_info_dumps",
79 "[SLAVE_BUILD]/src/out/Debug/test_logs", 102 "[BUILDER_CACHE]/android_compile_mips_dbg/src/out/Debug/test_logs",
80 "[SLAVE_BUILD]/src/out/build_product.zip", 103 "[BUILDER_CACHE]/android_compile_mips_dbg/src/out/build_product.zip",
81 "[SLAVE_BUILD]/src" 104 "[BUILDER_CACHE]/android_compile_mips_dbg/src"
82 ], 105 ],
83 "name": "clean local files", 106 "name": "clean local files",
84 "~followup_annotations": [ 107 "~followup_annotations": [
85 "@@@STEP_LOG_LINE@python.inline@@@@", 108 "@@@STEP_LOG_LINE@python.inline@@@@",
86 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 109 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
87 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 110 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
88 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 111 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
89 "@@@STEP_LOG_LINE@python.inline@try:@@@", 112 "@@@STEP_LOG_LINE@python.inline@try:@@@",
90 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", 113 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 114 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "@@@STEP_LOG_END@json.output@@@" 174 "@@@STEP_LOG_END@json.output@@@"
152 ] 175 ]
153 }, 176 },
154 { 177 {
155 "cmd": [ 178 "cmd": [
156 "python", 179 "python",
157 "-u", 180 "-u",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
159 "runhooks" 182 "runhooks"
160 ], 183 ],
161 "cwd": "[SLAVE_BUILD]/src", 184 "cwd": "[BUILDER_CACHE]/android_compile_mips_dbg/src",
162 "env": { 185 "env": {
163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
164 "GYP_CROSSCOMPILE": "1", 187 "GYP_CROSSCOMPILE": "1",
165 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1", 188 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1",
166 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 189 "PATH": "[BUILDER_CACHE]/android_compile_mips_dbg/src/third_party/android_ tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_mips_dbg/src/build/andr oid:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
167 }, 190 },
168 "name": "gclient runhooks" 191 "name": "gclient runhooks"
169 }, 192 },
170 { 193 {
171 "allow_subannotations": true, 194 "allow_subannotations": true,
172 "cmd": [ 195 "cmd": [
173 "python", 196 "python",
174 "-u", 197 "-u",
175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
176 "--src-dir", 199 "--src-dir",
177 "[SLAVE_BUILD]/src", 200 "[BUILDER_CACHE]/android_compile_mips_dbg/src",
178 "--output-json", 201 "--output-json",
179 "/path/to/tmp/json" 202 "/path/to/tmp/json"
180 ], 203 ],
181 "env": { 204 "env": {
182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 206 "PATH": "[BUILDER_CACHE]/android_compile_mips_dbg/src/third_party/android_ tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_mips_dbg/src/build/andr oid:%(PATH)s"
184 }, 207 },
185 "name": "clang_revision", 208 "name": "clang_revision",
186 "~followup_annotations": [ 209 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@json.output@{@@@", 210 "@@@STEP_LOG_LINE@json.output@{@@@",
188 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 211 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
189 "@@@STEP_LOG_LINE@json.output@}@@@", 212 "@@@STEP_LOG_LINE@json.output@}@@@",
190 "@@@STEP_LOG_END@json.output@@@" 213 "@@@STEP_LOG_END@json.output@@@"
191 ] 214 ]
192 }, 215 },
193 { 216 {
194 "cmd": [ 217 "cmd": [
195 "python", 218 "python",
196 "-u", 219 "-u",
197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
198 "--show-path", 221 "--show-path",
199 "python", 222 "python",
200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
201 "--gsutil-py-path", 224 "--gsutil-py-path",
202 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
203 "--ninja-path", 226 "--ninja-path",
204 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 227 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
205 "--target", 228 "--target",
206 "Debug", 229 "Debug",
207 "--src-dir", 230 "--src-dir",
208 "[SLAVE_BUILD]/src", 231 "[BUILDER_CACHE]/android_compile_mips_dbg/src",
209 "--goma-cache-dir", 232 "--goma-cache-dir",
210 "[GOMA_CACHE]", 233 "[GOMA_CACHE]",
234 "--goma-deps-cache-dir",
235 "[GOMA_DEPS_CACHE]",
211 "--compiler", 236 "--compiler",
212 "goma-clang", 237 "goma-clang",
213 "--goma-jsonstatus", 238 "--goma-jsonstatus",
214 "/path/to/tmp/json", 239 "/path/to/tmp/json",
215 "--goma-service-account-json-file", 240 "--goma-service-account-json-file",
216 "/creds/service_accounts/service-account-goma-client.json", 241 "/creds/service_accounts/service-account-goma-client.json",
217 "--goma-dir", 242 "--goma-dir",
218 "[CACHE]/cipd/goma", 243 "[CACHE]/cipd/goma",
219 "--goma-fail-fast", 244 "--goma-fail-fast",
220 "--goma-disable-local-fallback", 245 "--goma-disable-local-fallback",
221 "--" 246 "--"
222 ], 247 ],
223 "env": { 248 "env": {
224 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 249 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
225 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 250 "PATH": "[BUILDER_CACHE]/android_compile_mips_dbg/src/third_party/android_ tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_mips_dbg/src/build/andr oid:%(PATH)s"
226 }, 251 },
227 "name": "compile", 252 "name": "compile",
228 "~followup_annotations": [ 253 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
230 "@@@STEP_LOG_END@json.output (invalid)@@@" 255 "@@@STEP_LOG_END@json.output (invalid)@@@"
231 ] 256 ]
232 }, 257 },
233 { 258 {
234 "name": "$result", 259 "name": "$result",
235 "recipe_result": null, 260 "recipe_result": null,
236 "status_code": 0 261 "status_code": 0
237 } 262 }
238 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698