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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.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]/Android64_Builder",
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 "Android64 Builder", 32 "Android64 Builder",
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]/Android64_Builder",
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
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]/Android64_Builder/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]/Android64_Builder/src/out/Release/debug_info_dumps",
73 "[SLAVE_BUILD]/src/out/Release/test_logs", 96 "[BUILDER_CACHE]/Android64_Builder/src/out/Release/test_logs",
74 "[SLAVE_BUILD]/src/out/build_product.zip", 97 "[BUILDER_CACHE]/Android64_Builder/src/out/build_product.zip",
75 "[SLAVE_BUILD]/src" 98 "[BUILDER_CACHE]/Android64_Builder/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
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]/Android64_Builder/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_CROSSCOMPILE": "1", 181 "GYP_CROSSCOMPILE": "1",
159 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm64 use_goma=1", 182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm64 use_goma=1",
160 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 183 "PATH": "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/Android64_Builder/src/build/android:%(PATH)s:R ECIPE_PACKAGE_REPO[depot_tools]"
161 }, 184 },
162 "name": "gclient runhooks" 185 "name": "gclient runhooks"
163 }, 186 },
164 { 187 {
165 "cmd": [ 188 "cmd": [
166 "python", 189 "python",
167 "-u", 190 "-u",
168 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
169 "--show-path", 192 "--show-path",
170 "python", 193 "python",
171 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 194 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
172 "--gsutil-py-path", 195 "--gsutil-py-path",
173 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
174 "--ninja-path", 197 "--ninja-path",
175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 198 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
176 "--target", 199 "--target",
177 "Release", 200 "Release",
178 "--src-dir", 201 "--src-dir",
179 "[SLAVE_BUILD]/src", 202 "[BUILDER_CACHE]/Android64_Builder/src",
180 "--goma-cache-dir", 203 "--goma-cache-dir",
181 "[GOMA_CACHE]", 204 "[GOMA_CACHE]",
205 "--goma-deps-cache-dir",
206 "[GOMA_DEPS_CACHE]",
182 "--compiler", 207 "--compiler",
183 "goma", 208 "goma",
184 "--goma-jsonstatus", 209 "--goma-jsonstatus",
185 "/path/to/tmp/json", 210 "/path/to/tmp/json",
186 "--goma-service-account-json-file", 211 "--goma-service-account-json-file",
187 "/creds/service_accounts/service-account-goma-client.json", 212 "/creds/service_accounts/service-account-goma-client.json",
188 "--goma-dir", 213 "--goma-dir",
189 "[CACHE]/cipd/goma", 214 "[CACHE]/cipd/goma",
190 "--" 215 "--"
191 ], 216 ],
192 "env": { 217 "env": {
193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
194 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 219 "PATH": "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/Android64_Builder/src/build/android:%(PATH)s"
195 }, 220 },
196 "name": "compile", 221 "name": "compile",
197 "~followup_annotations": [ 222 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
199 "@@@STEP_LOG_END@json.output (invalid)@@@" 224 "@@@STEP_LOG_END@json.output (invalid)@@@"
200 ] 225 ]
201 }, 226 },
202 { 227 {
203 "allow_subannotations": true, 228 "allow_subannotations": true,
204 "cmd": [ 229 "cmd": [
205 "python", 230 "python",
206 "-u", 231 "-u",
207 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
208 "--show-path", 233 "--show-path",
209 "python", 234 "python",
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
211 "--target", 236 "--target",
212 "Release", 237 "Release",
213 "--gsutil-py-path", 238 "--gsutil-py-path",
214 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 239 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
215 "--staging-dir", 240 "--staging-dir",
216 "[CACHE]/chrome_staging", 241 "[CACHE]/chrome_staging",
217 "--src-dir", 242 "--src-dir",
218 "[SLAVE_BUILD]/src", 243 "[BUILDER_CACHE]/Android64_Builder/src",
219 "--build-url", 244 "--build-url",
220 "gs://chromium-webrtc/client.webrtc/Android64 Builder", 245 "gs://chromium-webrtc/client.webrtc/Android64 Builder",
221 "--build_revision", 246 "--build_revision",
222 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 247 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
223 "--factory-properties", 248 "--factory-properties",
224 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/st andalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 249 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}",
225 "--build-properties", 250 "--build-properties",
226 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/st andalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" 251 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}"
227 ], 252 ],
228 "name": "package build" 253 "name": "package build"
229 }, 254 },
230 { 255 {
231 "cmd": [], 256 "cmd": [],
232 "name": "trigger", 257 "name": "trigger",
233 "trigger_specs": [ 258 "trigger_specs": [
234 { 259 {
235 "builder_name": "Android64 Tests (L Nexus9)", 260 "builder_name": "Android64 Tests (L Nexus9)",
236 "properties": { 261 "properties": {
237 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 262 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
238 "parent_got_revision_cp": "refs/heads/master@{#170242}", 263 "parent_got_revision_cp": "refs/heads/master@{#170242}",
239 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 264 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
240 } 265 }
241 } 266 }
242 ], 267 ],
243 "~followup_annotations": [ 268 "~followup_annotations": [
244 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" 269 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@"
245 ] 270 ]
246 }, 271 },
247 { 272 {
248 "name": "$result", 273 "name": "$result",
249 "recipe_result": null, 274 "recipe_result": null,
250 "status_code": 0 275 "status_code": 0
251 } 276 }
252 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698