OLD | NEW |
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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "iOS ARM64 Debug", | 10 "iOS ARM64 Debug", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "--gsutil-py-path", | 96 "--gsutil-py-path", |
97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
98 "--ninja-path", | 98 "--ninja-path", |
99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
100 "--target", | 100 "--target", |
101 "Debug-iphoneos", | 101 "Debug-iphoneos", |
102 "--src-dir", | 102 "--src-dir", |
103 "[SLAVE_BUILD]/src", | 103 "[SLAVE_BUILD]/src", |
104 "--goma-cache-dir", | 104 "--goma-cache-dir", |
105 "[GOMA_CACHE]", | 105 "[GOMA_CACHE]", |
106 "--build-tool", | |
107 "ninja", | |
108 "--compiler", | 106 "--compiler", |
109 "goma-clang", | 107 "goma-clang", |
110 "--goma-jsonstatus", | 108 "--goma-jsonstatus", |
111 "/path/to/tmp/json", | 109 "/path/to/tmp/json", |
112 "--goma-service-account-json-file", | 110 "--goma-service-account-json-file", |
113 "/creds/service_accounts/service-account-goma-client.json", | 111 "/creds/service_accounts/service-account-goma-client.json", |
114 "--goma-dir", | 112 "--goma-dir", |
115 "[BUILD]/goma", | 113 "[BUILD]/goma", |
116 "--", | 114 "--", |
117 "All" | 115 "All" |
118 ], | 116 ], |
119 "env": { | 117 "env": { |
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
121 }, | 119 }, |
122 "name": "compile", | 120 "name": "compile", |
123 "~followup_annotations": [ | 121 "~followup_annotations": [ |
124 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
125 "@@@STEP_LOG_END@json.output (invalid)@@@" | 123 "@@@STEP_LOG_END@json.output (invalid)@@@" |
126 ] | 124 ] |
127 }, | 125 }, |
128 { | 126 { |
129 "name": "$result", | 127 "name": "$result", |
130 "recipe_result": null, | 128 "recipe_result": null, |
131 "status_code": 0 | 129 "status_code": 0 |
132 } | 130 } |
133 ] | 131 ] |
OLD | NEW |