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

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

Issue 1942383002: Enable hermetic builds for FYI mac builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Revert chromium_mac changes, and run train script 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 "Mac OpenSSL", 10 "Mac OpenSSL",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
166 "runhooks" 166 "runhooks"
167 ], 167 ],
168 "env": { 168 "env": {
169 "FORCE_MAC_TOOLCHAIN": "1",
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
170 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=ia32 use_goma=1 use_openssl=1", 171 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=ia32 use_goma=1 use_openssl=1",
171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
172 }, 173 },
173 "name": "gclient runhooks" 174 "name": "gclient runhooks"
174 }, 175 },
175 { 176 {
176 "cmd": [ 177 "cmd": [
177 "python", 178 "python",
178 "-u", 179 "-u",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "cmd": [ 225 "cmd": [
225 "python", 226 "python",
226 "-u", 227 "-u",
227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
228 "--src-dir", 229 "--src-dir",
229 "[SLAVE_BUILD]/src", 230 "[SLAVE_BUILD]/src",
230 "--output-json", 231 "--output-json",
231 "/path/to/tmp/json" 232 "/path/to/tmp/json"
232 ], 233 ],
233 "env": { 234 "env": {
235 "FORCE_MAC_TOOLCHAIN": "1",
234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
235 }, 237 },
236 "name": "clang_revision", 238 "name": "clang_revision",
237 "~followup_annotations": [ 239 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{@@@", 240 "@@@STEP_LOG_LINE@json.output@{@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 241 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
240 "@@@STEP_LOG_LINE@json.output@}@@@", 242 "@@@STEP_LOG_LINE@json.output@}@@@",
241 "@@@STEP_LOG_END@json.output@@@" 243 "@@@STEP_LOG_END@json.output@@@"
242 ] 244 ]
243 }, 245 },
(...skipping 27 matching lines...) Expand all
271 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
272 "--target-output-dir", 274 "--target-output-dir",
273 "[SLAVE_BUILD]/src/out/Release", 275 "[SLAVE_BUILD]/src/out/Release",
274 "--goma-dir", 276 "--goma-dir",
275 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
276 "--", 278 "--",
277 "All", 279 "All",
278 "chromium_builder_tests" 280 "chromium_builder_tests"
279 ], 281 ],
280 "env": { 282 "env": {
283 "FORCE_MAC_TOOLCHAIN": "1",
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 }, 285 },
283 "name": "compile", 286 "name": "compile",
284 "~followup_annotations": [ 287 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
286 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
287 ] 290 ]
288 }, 291 },
289 { 292 {
290 "name": "$result", 293 "name": "$result",
291 "recipe_result": null, 294 "recipe_result": null,
292 "status_code": 0 295 "status_code": 0
293 } 296 }
294 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698