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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Mac_ASAN_Release.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_ASAN_Release", 7 "[BUILDER_CACHE]/Mac_ASAN_Release",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 205 "runhooks"
206 ], 206 ],
207 "cwd": "[BUILDER_CACHE]/Mac_ASAN_Release/src", 207 "cwd": "[BUILDER_CACHE]/Mac_ASAN_Release/src",
208 "env": { 208 "env": {
209 "FORCE_MAC_TOOLCHAIN": "1",
210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
211 "GYP_CHROMIUM_NO_ACTION": "1", 210 "GYP_CHROMIUM_NO_ACTION": "1",
212 "GYP_DEFINES": "asan=1 clang=1 component=static_library enable_ipc_fuzzer= 1 fastbuild=0 gomadir='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 use_goma =1 v8_enable_verify_heap=1", 211 "GYP_DEFINES": "asan=1 clang=1 component=static_library enable_ipc_fuzzer= 1 fastbuild=0 gomadir='[CACHE]/cipd/goma' host_arch=x64 target_arch=x64 use_goma =1 v8_enable_verify_heap=1",
213 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
214 }, 213 },
215 "name": "gclient runhooks" 214 "name": "gclient runhooks"
216 }, 215 },
217 { 216 {
218 "cmd": [ 217 "cmd": [
219 "python", 218 "python",
(...skipping 16 matching lines...) Expand all
236 "-b", 235 "-b",
237 "Mac ASAN Release", 236 "Mac ASAN Release",
238 "--config-file", 237 "--config-file",
239 "[BUILDER_CACHE]/Mac_ASAN_Release/src/tools/mb/mb_config.pyl", 238 "[BUILDER_CACHE]/Mac_ASAN_Release/src/tools/mb/mb_config.pyl",
240 "--goma-dir", 239 "--goma-dir",
241 "[CACHE]/cipd/goma", 240 "[CACHE]/cipd/goma",
242 "//out/Release" 241 "//out/Release"
243 ], 242 ],
244 "cwd": "[BUILDER_CACHE]/Mac_ASAN_Release/src", 243 "cwd": "[BUILDER_CACHE]/Mac_ASAN_Release/src",
245 "env": { 244 "env": {
246 "FORCE_MAC_TOOLCHAIN": "1",
247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
248 }, 246 },
249 "name": "generate_build_files" 247 "name": "generate_build_files"
250 }, 248 },
251 { 249 {
252 "allow_subannotations": true, 250 "allow_subannotations": true,
253 "cmd": [ 251 "cmd": [
254 "python", 252 "python",
255 "-u", 253 "-u",
256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
257 "--src-dir", 255 "--src-dir",
258 "[BUILDER_CACHE]/Mac_ASAN_Release/src", 256 "[BUILDER_CACHE]/Mac_ASAN_Release/src",
259 "--output-json", 257 "--output-json",
260 "/path/to/tmp/json" 258 "/path/to/tmp/json"
261 ], 259 ],
262 "env": { 260 "env": {
263 "FORCE_MAC_TOOLCHAIN": "1",
264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
265 }, 262 },
266 "name": "clang_revision", 263 "name": "clang_revision",
267 "~followup_annotations": [ 264 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@json.output@{@@@", 265 "@@@STEP_LOG_LINE@json.output@{@@@",
269 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
270 "@@@STEP_LOG_LINE@json.output@}@@@", 267 "@@@STEP_LOG_LINE@json.output@}@@@",
271 "@@@STEP_LOG_END@json.output@@@" 268 "@@@STEP_LOG_END@json.output@@@"
272 ] 269 ]
273 }, 270 },
(...skipping 30 matching lines...) Expand all
304 "--goma-jsonstatus", 301 "--goma-jsonstatus",
305 "/path/to/tmp/json", 302 "/path/to/tmp/json",
306 "--goma-service-account-json-file", 303 "--goma-service-account-json-file",
307 "/creds/service_accounts/service-account-goma-client.json", 304 "/creds/service_accounts/service-account-goma-client.json",
308 "--goma-dir", 305 "--goma-dir",
309 "[CACHE]/cipd/goma", 306 "[CACHE]/cipd/goma",
310 "--", 307 "--",
311 "chromium_builder_asan" 308 "chromium_builder_asan"
312 ], 309 ],
313 "env": { 310 "env": {
314 "FORCE_MAC_TOOLCHAIN": "1",
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
316 }, 312 },
317 "name": "compile", 313 "name": "compile",
318 "~followup_annotations": [ 314 "~followup_annotations": [
319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
320 "@@@STEP_LOG_END@json.output (invalid)@@@" 316 "@@@STEP_LOG_END@json.output (invalid)@@@"
321 ] 317 ]
322 }, 318 },
323 { 319 {
324 "cmd": [ 320 "cmd": [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 389 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
394 "@@@STEP_LOG_END@python.inline@@@" 390 "@@@STEP_LOG_END@python.inline@@@"
395 ] 391 ]
396 }, 392 },
397 { 393 {
398 "name": "$result", 394 "name": "$result",
399 "recipe_result": null, 395 "recipe_result": null,
400 "status_code": 0 396 "status_code": 0
401 } 397 }
402 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698