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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Mac_Builder.json

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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", 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]/Mac_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 193 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
194 "runhooks" 194 "runhooks"
195 ], 195 ],
196 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 196 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
197 "env": { 197 "env": {
198 "FORCE_MAC_TOOLCHAIN": "1",
199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
200 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
201 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta ry_codecs=1 target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta ry_codecs=1 target_arch=x64 use_goma=1",
202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
203 }, 202 },
204 "name": "gclient runhooks" 203 "name": "gclient runhooks"
205 }, 204 },
206 { 205 {
207 "cmd": [ 206 "cmd": [
208 "python", 207 "python",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "-b", 260 "-b",
262 "Mac Builder", 261 "Mac Builder",
263 "--config-file", 262 "--config-file",
264 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl", 263 "[BUILDER_CACHE]/Mac_Builder/src/tools/mb/mb_config.pyl",
265 "--goma-dir", 264 "--goma-dir",
266 "[CACHE]/cipd/goma", 265 "[CACHE]/cipd/goma",
267 "//out/Release" 266 "//out/Release"
268 ], 267 ],
269 "cwd": "[BUILDER_CACHE]/Mac_Builder/src", 268 "cwd": "[BUILDER_CACHE]/Mac_Builder/src",
270 "env": { 269 "env": {
271 "FORCE_MAC_TOOLCHAIN": "1",
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
273 }, 271 },
274 "name": "generate_build_files" 272 "name": "generate_build_files"
275 }, 273 },
276 { 274 {
277 "allow_subannotations": true, 275 "allow_subannotations": true,
278 "cmd": [ 276 "cmd": [
279 "python", 277 "python",
280 "-u", 278 "-u",
281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
282 "--src-dir", 280 "--src-dir",
283 "[BUILDER_CACHE]/Mac_Builder/src", 281 "[BUILDER_CACHE]/Mac_Builder/src",
284 "--output-json", 282 "--output-json",
285 "/path/to/tmp/json" 283 "/path/to/tmp/json"
286 ], 284 ],
287 "env": { 285 "env": {
288 "FORCE_MAC_TOOLCHAIN": "1",
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
290 }, 287 },
291 "name": "clang_revision", 288 "name": "clang_revision",
292 "~followup_annotations": [ 289 "~followup_annotations": [
293 "@@@STEP_LOG_LINE@json.output@{@@@", 290 "@@@STEP_LOG_LINE@json.output@{@@@",
294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 291 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
295 "@@@STEP_LOG_LINE@json.output@}@@@", 292 "@@@STEP_LOG_LINE@json.output@}@@@",
296 "@@@STEP_LOG_END@json.output@@@" 293 "@@@STEP_LOG_END@json.output@@@"
297 ] 294 ]
298 }, 295 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "--goma-dir", 330 "--goma-dir",
334 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
335 "--", 332 "--",
336 "browser_tests", 333 "browser_tests",
337 "capture_unittests", 334 "capture_unittests",
338 "content_browsertests", 335 "content_browsertests",
339 "content_unittests", 336 "content_unittests",
340 "remoting_unittests" 337 "remoting_unittests"
341 ], 338 ],
342 "env": { 339 "env": {
343 "FORCE_MAC_TOOLCHAIN": "1",
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
345 }, 341 },
346 "name": "compile", 342 "name": "compile",
347 "~followup_annotations": [ 343 "~followup_annotations": [
348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
349 "@@@STEP_LOG_END@json.output (invalid)@@@" 345 "@@@STEP_LOG_END@json.output (invalid)@@@"
350 ] 346 ]
351 }, 347 },
352 { 348 {
353 "allow_subannotations": true, 349 "allow_subannotations": true,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "~followup_annotations": [ 402 "~followup_annotations": [
407 "@@@STEP_TEXT@Mac Tester@@@" 403 "@@@STEP_TEXT@Mac Tester@@@"
408 ] 404 ]
409 }, 405 },
410 { 406 {
411 "name": "$result", 407 "name": "$result",
412 "recipe_result": null, 408 "recipe_result": null,
413 "status_code": 0 409 "status_code": 0
414 } 410 }
415 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698