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

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

Issue 2288063002: WebRTC: Repurpose GN bots to GYP for all but iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix typo Created 4 years, 3 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "\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", 28 "\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",
29 "[BUILDER_CACHE]/mac_gn_dbg", 29 "[BUILDER_CACHE]/mac_gyp_dbg",
30 "511" 30 "511"
31 ], 31 ],
32 "name": "makedirs checkout path", 32 "name": "makedirs checkout path",
33 "~followup_annotations": [ 33 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@python.inline@@@@", 34 "@@@STEP_LOG_LINE@python.inline@@@@",
35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
43 "@@@STEP_LOG_END@python.inline@@@" 43 "@@@STEP_LOG_END@python.inline@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
51 "--master", 51 "--master",
52 "tryserver.webrtc", 52 "tryserver.webrtc",
53 "--builder", 53 "--builder",
54 "mac_gn_dbg", 54 "mac_gyp_dbg",
55 "--slave", 55 "--slave",
56 "slavename", 56 "slavename",
57 "--spec", 57 "--spec",
58 "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'}]", 58 "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'}]",
59 "--root", 59 "--root",
60 "src", 60 "src",
61 "--revision_mapping_file", 61 "--revision_mapping_file",
62 "{\"src\": \"got_revision\"}", 62 "{\"src\": \"got_revision\"}",
63 "--git-cache-dir", 63 "--git-cache-dir",
64 "[GIT_CACHE]", 64 "[GIT_CACHE]",
65 "--issue", 65 "--issue",
66 "666666", 66 "666666",
67 "--patchset", 67 "--patchset",
68 "1", 68 "1",
69 "--rietveld_server", 69 "--rietveld_server",
70 "https://fake.rietveld.url", 70 "https://fake.rietveld.url",
71 "--output_json", 71 "--output_json",
72 "/path/to/tmp/json", 72 "/path/to/tmp/json",
73 "--revision", 73 "--revision",
74 "src@12345", 74 "src@12345",
75 "--output_manifest" 75 "--output_manifest"
76 ], 76 ],
77 "cwd": "[BUILDER_CACHE]/mac_gn_dbg", 77 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg",
78 "env": { 78 "env": {
79 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 79 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
80 }, 80 },
81 "name": "bot_update", 81 "name": "bot_update",
82 "~followup_annotations": [ 82 "~followup_annotations": [
83 "@@@STEP_TEXT@Some step text@@@", 83 "@@@STEP_TEXT@Some step text@@@",
84 "@@@STEP_LOG_LINE@json.output@{@@@", 84 "@@@STEP_LOG_LINE@json.output@{@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 85 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
104 "@@@STEP_LOG_END@json.output@@@", 104 "@@@STEP_LOG_END@json.output@@@",
105 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 105 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
107 ] 107 ]
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 113 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
114 "[BUILDER_CACHE]/mac_gn_dbg/src/out" 114 "[BUILDER_CACHE]/mac_gyp_dbg/src/out"
115 ], 115 ],
116 "name": "clean test output files" 116 "name": "clean test output files"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
123 "--show-path", 123 "--show-path",
124 "python", 124 "python",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
192 "runhooks" 192 "runhooks"
193 ], 193 ],
194 "cwd": "[BUILDER_CACHE]/mac_gn_dbg/src", 194 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src",
195 "env": { 195 "env": {
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
197 "GYP_CHROMIUM_NO_ACTION": "1", 197 "GYP_CHROMIUM_NO_ACTION": "1",
198 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1", 198 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1",
199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
200 }, 200 },
201 "name": "gclient runhooks" 201 "name": "gclient runhooks"
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
206 "-u", 206 "-u",
207 "[BUILDER_CACHE]/mac_gn_dbg/src/tools/mb/mb.py", 207 "[BUILDER_CACHE]/mac_gyp_dbg/src/tools/mb/mb.py",
208 "gen", 208 "gen",
209 "-m", 209 "-m",
210 "tryserver.webrtc", 210 "tryserver.webrtc",
211 "-b", 211 "-b",
212 "mac_gn_dbg", 212 "mac_gyp_dbg",
213 "--config-file", 213 "--config-file",
214 "[BUILDER_CACHE]/mac_gn_dbg/src/webrtc/build/mb_config.pyl", 214 "[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/mb_config.pyl",
215 "--goma-dir", 215 "--goma-dir",
216 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
217 "--gyp-script=[BUILDER_CACHE]/mac_gn_dbg/src/webrtc/build/gyp_webrtc.py", 217 "--gyp-script=[BUILDER_CACHE]/mac_gyp_dbg/src/webrtc/build/gyp_webrtc.py",
218 "//out/Debug" 218 "//out/Debug"
219 ], 219 ],
220 "cwd": "[BUILDER_CACHE]/mac_gn_dbg/src", 220 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src",
221 "env": { 221 "env": {
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
223 }, 223 },
224 "name": "generate_build_files" 224 "name": "generate_build_files"
225 }, 225 },
226 { 226 {
227 "allow_subannotations": true, 227 "allow_subannotations": true,
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
232 "--src-dir", 232 "--src-dir",
233 "[BUILDER_CACHE]/mac_gn_dbg/src", 233 "[BUILDER_CACHE]/mac_gyp_dbg/src",
234 "--output-json", 234 "--output-json",
235 "/path/to/tmp/json" 235 "/path/to/tmp/json"
236 ], 236 ],
237 "env": { 237 "env": {
238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
239 }, 239 },
240 "name": "clang_revision", 240 "name": "clang_revision",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output@{@@@", 242 "@@@STEP_LOG_LINE@json.output@{@@@",
243 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
244 "@@@STEP_LOG_LINE@json.output@}@@@", 244 "@@@STEP_LOG_LINE@json.output@}@@@",
245 "@@@STEP_LOG_END@json.output@@@" 245 "@@@STEP_LOG_END@json.output@@@"
246 ] 246 ]
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
253 "--show-path", 253 "--show-path",
254 "python", 254 "python",
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
256 "--gsutil-py-path", 256 "--gsutil-py-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
258 "--ninja-path", 258 "--ninja-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
260 "--target", 260 "--target",
261 "Debug", 261 "Debug",
262 "--src-dir", 262 "--src-dir",
263 "[BUILDER_CACHE]/mac_gn_dbg/src", 263 "[BUILDER_CACHE]/mac_gyp_dbg/src",
264 "--goma-cache-dir", 264 "--goma-cache-dir",
265 "[GOMA_CACHE]", 265 "[GOMA_CACHE]",
266 "--goma-deps-cache-dir", 266 "--goma-deps-cache-dir",
267 "[GOMA_DEPS_CACHE]", 267 "[GOMA_DEPS_CACHE]",
268 "--compiler", 268 "--compiler",
269 "goma-clang", 269 "goma-clang",
270 "--goma-jsonstatus", 270 "--goma-jsonstatus",
271 "/path/to/tmp/json", 271 "/path/to/tmp/json",
272 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
273 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
274 "--goma-dir", 274 "--goma-dir",
275 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
276 "--goma-fail-fast", 276 "--goma-fail-fast",
277 "--goma-disable-local-fallback", 277 "--goma-disable-local-fallback",
278 "--", 278 "--"
279 "all"
280 ], 279 ],
281 "env": { 280 "env": {
282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
283 }, 282 },
284 "name": "compile", 283 "name": "compile",
285 "~followup_annotations": [ 284 "~followup_annotations": [
286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
287 "@@@STEP_LOG_END@json.output (invalid)@@@" 286 "@@@STEP_LOG_END@json.output (invalid)@@@"
288 ] 287 ]
289 }, 288 },
290 { 289 {
291 "name": "$result", 290 "name": "$result",
292 "recipe_result": null, 291 "recipe_result": null,
293 "status_code": 0 292 "status_code": 0
294 } 293 }
295 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698