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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 122 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 123 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 124 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@", 125 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@",
126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@", 127 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@",
128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
129 ] 129 ]
130 }, 130 },
131 { 131 {
132 "cmd": [],
133 "cwd": "[SLAVE_BUILD]",
134 "name": "ensure_goma"
135 },
136 {
137 "cmd": [
138 "python",
139 "-u",
140 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
141 "--platform",
142 "windows-amd64",
143 "--dest-directory",
144 "[SLAVE_BUILD]\\cipd",
145 "--json-output",
146 "/path/to/tmp/json"
147 ],
148 "cwd": "[SLAVE_BUILD]",
149 "name": "ensure_goma.install cipd",
150 "~followup_annotations": [
151 "@@@STEP_NEST_LEVEL@1@@@",
152 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
153 "@@@STEP_LOG_LINE@json.output@{@@@",
154 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
155 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@"
158 ]
159 },
160 {
161 "cmd": [
162 "[SLAVE_BUILD]\\cipd\\cipd",
163 "ensure",
164 "--root",
165 "[CACHE]\\cipd\\goma",
166 "--list",
167 "infra_internal/goma/client/windows-amd64 release",
168 "--json-output",
169 "/path/to/tmp/json",
170 "--service-account-json",
171 "C:\\creds\\service_accounts\\service-account-goma-client.json"
172 ],
173 "cwd": "[SLAVE_BUILD]",
174 "name": "ensure_goma.ensure_installed",
175 "~followup_annotations": [
176 "@@@STEP_NEST_LEVEL@1@@@",
177 "@@@STEP_LOG_LINE@json.output@{@@@",
178 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
179 "@@@STEP_LOG_LINE@json.output@ {@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
182 "@@@STEP_LOG_LINE@json.output@ }@@@",
183 "@@@STEP_LOG_LINE@json.output@ ]@@@",
184 "@@@STEP_LOG_LINE@json.output@}@@@",
185 "@@@STEP_LOG_END@json.output@@@"
186 ]
187 },
188 {
189 "cmd": [ 132 "cmd": [
190 "python", 133 "python",
191 "-u", 134 "-u",
192 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 135 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
193 "--version" 136 "--version"
194 ], 137 ],
195 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
196 "name": "swarming.py --version", 139 "name": "swarming.py --version",
197 "stdout": "/path/to/tmp/", 140 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [ 141 "~followup_annotations": [
199 "@@@STEP_TEXT@0.4.10@@@" 142 "@@@STEP_TEXT@0.4.10@@@"
200 ] 143 ]
201 }, 144 },
202 { 145 {
203 "cmd": [ 146 "cmd": [
204 "python", 147 "python",
205 "-u", 148 "-u",
206 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 149 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
207 "runhooks" 150 "runhooks"
208 ], 151 ],
209 "cwd": "[SLAVE_BUILD]", 152 "cwd": "[SLAVE_BUILD]",
210 "env": { 153 "env": {
211 "GYP_CHROMIUM_NO_ACTION": "1", 154 "GYP_CHROMIUM_NO_ACTION": "1",
212 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma =1", 155 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
213 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
214 }, 157 },
215 "name": "gclient runhooks" 158 "name": "gclient runhooks"
216 }, 159 },
217 { 160 {
218 "cmd": [ 161 "cmd": [
219 "python", 162 "python",
220 "-u", 163 "-u",
221 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 164 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
222 "--output", 165 "--output",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "-u", 213 "-u",
271 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 214 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
272 "gen", 215 "gen",
273 "-m", 216 "-m",
274 "chromium.webrtc.fyi", 217 "chromium.webrtc.fyi",
275 "-b", 218 "-b",
276 "Win x64 GN", 219 "Win x64 GN",
277 "--config-file", 220 "--config-file",
278 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 221 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
279 "--goma-dir", 222 "--goma-dir",
280 "[CACHE]\\cipd\\goma", 223 "[BUILD]\\goma",
281 "//out/Release_x64" 224 "//out/Release_x64"
282 ], 225 ],
283 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
284 "name": "generate_build_files" 227 "name": "generate_build_files"
285 }, 228 },
286 { 229 {
287 "cmd": [ 230 "cmd": [
288 "python", 231 "python",
289 "-u", 232 "-u",
290 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 233 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 11 matching lines...) Expand all
302 "--goma-cache-dir", 245 "--goma-cache-dir",
303 "[GOMA_CACHE]", 246 "[GOMA_CACHE]",
304 "--build-tool", 247 "--build-tool",
305 "ninja", 248 "ninja",
306 "--build-data-dir", 249 "--build-data-dir",
307 "[ROOT]\\build_data_dir", 250 "[ROOT]\\build_data_dir",
308 "--compiler", 251 "--compiler",
309 "goma", 252 "goma",
310 "--goma-jsonstatus", 253 "--goma-jsonstatus",
311 "/path/to/tmp/json", 254 "/path/to/tmp/json",
312 "--goma-service-account-json-file",
313 "C:\\creds\\service_accounts\\service-account-goma-client.json",
314 "--goma-dir", 255 "--goma-dir",
315 "[CACHE]\\cipd\\goma", 256 "[BUILD]\\goma",
316 "--ninja-ensure-up-to-date", 257 "--ninja-ensure-up-to-date",
317 "--", 258 "--",
318 "All", 259 "All",
319 "chromium_builder_tests" 260 "chromium_builder_tests"
320 ], 261 ],
321 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
322 "name": "compile", 263 "name": "compile",
323 "~followup_annotations": [ 264 "~followup_annotations": [
324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
325 "@@@STEP_LOG_END@json.output (invalid)@@@" 266 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 21 matching lines...) Expand all
347 ], 288 ],
348 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
349 "name": "package build" 290 "name": "package build"
350 }, 291 },
351 { 292 {
352 "name": "$result", 293 "name": "$result",
353 "recipe_result": null, 294 "recipe_result": null,
354 "status_code": 0 295 "status_code": 0
355 } 296 }
356 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698