| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 128 "cwd": "[SLAVE_BUILD]/src", |
| 129 "env": { | 129 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 132 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
| 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 133 }, | 134 }, |
| 134 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "cmd": [ | 138 "cmd": [ |
| 138 "python", | 139 "python", |
| 139 "-u", | 140 "-u", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 142 "--root=[SLAVE_BUILD]/src", |
| 143 "gen", |
| 144 "//out/Debug", |
| 145 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/
cipd/goma\"" |
| 146 ], |
| 147 "cwd": "[SLAVE_BUILD]/src", |
| 148 "name": "gn" |
| 149 }, |
| 150 { |
| 151 "cmd": [ |
| 152 "python", |
| 153 "-u", |
| 140 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 141 "--show-path", | 155 "--show-path", |
| 142 "python", | 156 "python", |
| 143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 144 "--gsutil-py-path", | 158 "--gsutil-py-path", |
| 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 146 "--ninja-path", | 160 "--ninja-path", |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 148 "--target", | 162 "--target", |
| 149 "Debug", | 163 "Debug", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 160 "--goma-deps-cache-file", | 174 "--goma-deps-cache-file", |
| 161 "Linux64_Debug.gomadeps", | 175 "Linux64_Debug.gomadeps", |
| 162 "--compiler", | 176 "--compiler", |
| 163 "goma", | 177 "goma", |
| 164 "--goma-jsonstatus", | 178 "--goma-jsonstatus", |
| 165 "/path/to/tmp/json", | 179 "/path/to/tmp/json", |
| 166 "--goma-service-account-json-file", | 180 "--goma-service-account-json-file", |
| 167 "/creds/service_accounts/service-account-goma-client.json", | 181 "/creds/service_accounts/service-account-goma-client.json", |
| 168 "--goma-dir", | 182 "--goma-dir", |
| 169 "[CACHE]/cipd/goma", | 183 "[CACHE]/cipd/goma", |
| 170 "--", | 184 "--" |
| 171 "All" | |
| 172 ], | 185 ], |
| 173 "env": { | 186 "env": { |
| 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 175 }, | 188 }, |
| 176 "name": "compile", | 189 "name": "compile", |
| 177 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 179 "@@@STEP_LOG_END@json.output (invalid)@@@" | 192 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 180 ] | 193 ] |
| 181 }, | 194 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 198 "libyuv_unittest" | 211 "libyuv_unittest" |
| 199 ], | 212 ], |
| 200 "name": "libyuv_unittest" | 213 "name": "libyuv_unittest" |
| 201 }, | 214 }, |
| 202 { | 215 { |
| 203 "name": "$result", | 216 "name": "$result", |
| 204 "recipe_result": null, | 217 "recipe_result": null, |
| 205 "status_code": 0 | 218 "status_code": 0 |
| 206 } | 219 } |
| 207 ] | 220 ] |
| OLD | NEW |