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

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

Issue 1946023004: Revert of Enable hermetic builds for FYI mac builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac", 10 "ClangToTMac",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "runhooks" 125 "runhooks"
126 ], 126 ],
127 "env": { 127 "env": {
128 "FORCE_MAC_TOOLCHAIN": "1",
129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
130 "GYP_CHROMIUM_NO_ACTION": "1", 129 "GYP_CHROMIUM_NO_ACTION": "1",
131 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y fastbuild=1 target_arch=x64 test_isolation_mode=prepare", 130 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar y fastbuild=1 target_arch=x64 test_isolation_mode=prepare",
132 "LLVM_FORCE_HEAD_REVISION": "YES", 131 "LLVM_FORCE_HEAD_REVISION": "YES",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 133 },
135 "name": "gclient runhooks" 134 "name": "gclient runhooks"
136 }, 135 },
137 { 136 {
138 "cmd": [ 137 "cmd": [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "cmd": [ 232 "cmd": [
234 "python", 233 "python",
235 "-u", 234 "-u",
236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
237 "--src-dir", 236 "--src-dir",
238 "[SLAVE_BUILD]/src", 237 "[SLAVE_BUILD]/src",
239 "--output-json", 238 "--output-json",
240 "/path/to/tmp/json" 239 "/path/to/tmp/json"
241 ], 240 ],
242 "env": { 241 "env": {
243 "FORCE_MAC_TOOLCHAIN": "1",
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
245 "LLVM_FORCE_HEAD_REVISION": "YES" 243 "LLVM_FORCE_HEAD_REVISION": "YES"
246 }, 244 },
247 "name": "clang_revision", 245 "name": "clang_revision",
248 "~followup_annotations": [ 246 "~followup_annotations": [
249 "@@@STEP_LOG_LINE@json.output@{@@@", 247 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
251 "@@@STEP_LOG_LINE@json.output@}@@@", 249 "@@@STEP_LOG_LINE@json.output@}@@@",
252 "@@@STEP_LOG_END@json.output@@@" 250 "@@@STEP_LOG_END@json.output@@@"
253 ] 251 ]
(...skipping 21 matching lines...) Expand all
275 "--build-data-dir", 273 "--build-data-dir",
276 "[ROOT]/build_data_dir", 274 "[ROOT]/build_data_dir",
277 "--compiler", 275 "--compiler",
278 "clang", 276 "clang",
279 "--target-output-dir", 277 "--target-output-dir",
280 "[SLAVE_BUILD]/src/out/Release", 278 "[SLAVE_BUILD]/src/out/Release",
281 "--", 279 "--",
282 "all" 280 "all"
283 ], 281 ],
284 "env": { 282 "env": {
285 "FORCE_MAC_TOOLCHAIN": "1",
286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
287 "LLVM_FORCE_HEAD_REVISION": "YES" 284 "LLVM_FORCE_HEAD_REVISION": "YES"
288 }, 285 },
289 "name": "compile" 286 "name": "compile"
290 }, 287 },
291 { 288 {
292 "cmd": [ 289 "cmd": [
293 "python", 290 "python",
294 "-u", 291 "-u",
295 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 292 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "mac" 400 "mac"
404 ], 401 ],
405 "name": "sizes" 402 "name": "sizes"
406 }, 403 },
407 { 404 {
408 "name": "$result", 405 "name": "$result",
409 "recipe_result": null, 406 "recipe_result": null,
410 "status_code": 0 407 "status_code": 0
411 } 408 }
412 ] 409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698