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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_rel.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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 108 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "cmd": [],
119 "cwd": "[SLAVE_BUILD]",
120 "name": "ensure_goma"
121 },
122 {
123 "cmd": [
124 "python",
125 "-u",
126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
127 "--platform",
128 "windows-386",
129 "--dest-directory",
130 "[SLAVE_BUILD]\\cipd",
131 "--json-output",
132 "/path/to/tmp/json"
133 ],
134 "cwd": "[SLAVE_BUILD]",
135 "name": "ensure_goma.install cipd",
136 "~followup_annotations": [
137 "@@@STEP_NEST_LEVEL@1@@@",
138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
139 "@@@STEP_LOG_LINE@json.output@{@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
142 "@@@STEP_LOG_LINE@json.output@}@@@",
143 "@@@STEP_LOG_END@json.output@@@"
144 ]
145 },
146 {
147 "cmd": [
148 "[SLAVE_BUILD]\\cipd\\cipd",
149 "ensure",
150 "--root",
151 "[CACHE]\\cipd\\goma",
152 "--list",
153 "infra_internal/goma/client/windows-amd64 release",
154 "--json-output",
155 "/path/to/tmp/json",
156 "--service-account-json",
157 "C:\\creds\\service_accounts\\service-account-goma-client.json"
158 ],
159 "cwd": "[SLAVE_BUILD]",
160 "name": "ensure_goma.ensure_installed",
161 "~followup_annotations": [
162 "@@@STEP_NEST_LEVEL@1@@@",
163 "@@@STEP_LOG_LINE@json.output@{@@@",
164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
165 "@@@STEP_LOG_LINE@json.output@ {@@@",
166 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
167 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
168 "@@@STEP_LOG_LINE@json.output@ }@@@",
169 "@@@STEP_LOG_LINE@json.output@ ]@@@",
170 "@@@STEP_LOG_LINE@json.output@}@@@",
171 "@@@STEP_LOG_END@json.output@@@"
172 ]
173 },
174 {
175 "cmd": [ 118 "cmd": [
176 "python", 119 "python",
177 "-u", 120 "-u",
178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 121 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
179 "--version" 122 "--version"
180 ], 123 ],
181 "cwd": "[SLAVE_BUILD]", 124 "cwd": "[SLAVE_BUILD]",
182 "name": "swarming.py --version", 125 "name": "swarming.py --version",
183 "stdout": "/path/to/tmp/", 126 "stdout": "/path/to/tmp/",
184 "~followup_annotations": [ 127 "~followup_annotations": [
185 "@@@STEP_TEXT@0.4.10@@@" 128 "@@@STEP_TEXT@0.4.10@@@"
186 ] 129 ]
187 }, 130 },
188 { 131 {
189 "cmd": [ 132 "cmd": [
190 "python", 133 "python",
191 "-u", 134 "-u",
192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
193 "runhooks" 136 "runhooks"
194 ], 137 ],
195 "cwd": "[SLAVE_BUILD]", 138 "cwd": "[SLAVE_BUILD]",
196 "env": { 139 "env": {
197 "GYP_CHROMIUM_NO_ACTION": "1", 140 "GYP_CHROMIUM_NO_ACTION": "1",
198 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_m ode=prepare use_goma=1", 141 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1",
199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 142 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
200 }, 143 },
201 "name": "gclient runhooks (with patch)" 144 "name": "gclient runhooks (with patch)"
202 }, 145 },
203 { 146 {
204 "cmd": [ 147 "cmd": [
205 "python", 148 "python",
206 "-u", 149 "-u",
207 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 150 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
208 "--output", 151 "--output",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "-u", 276 "-u",
334 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 277 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
335 "gen", 278 "gen",
336 "-m", 279 "-m",
337 "tryserver.blink", 280 "tryserver.blink",
338 "-b", 281 "-b",
339 "win_blink_rel", 282 "win_blink_rel",
340 "--config-file", 283 "--config-file",
341 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 284 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
342 "--goma-dir", 285 "--goma-dir",
343 "[CACHE]\\cipd\\goma", 286 "[BUILD]\\goma",
344 "//out/Release" 287 "//out/Release"
345 ], 288 ],
346 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
347 "name": "generate_build_files (with patch)" 290 "name": "generate_build_files (with patch)"
348 }, 291 },
349 { 292 {
350 "cmd": [ 293 "cmd": [
351 "python", 294 "python",
352 "-u", 295 "-u",
353 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
354 "--show-path", 297 "--show-path",
355 "python", 298 "python",
356 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
357 "--gsutil-py-path", 300 "--gsutil-py-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 301 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
359 "--ninja-path", 302 "--ninja-path",
360 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 303 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
361 "--target", 304 "--target",
362 "Release", 305 "Release",
363 "--src-dir", 306 "--src-dir",
364 "[SLAVE_BUILD]\\src", 307 "[SLAVE_BUILD]\\src",
365 "--goma-cache-dir", 308 "--goma-cache-dir",
366 "[GOMA_CACHE]", 309 "[GOMA_CACHE]",
367 "--build-tool", 310 "--build-tool",
368 "ninja", 311 "ninja",
369 "--compiler", 312 "--compiler",
370 "goma", 313 "goma",
371 "--goma-jsonstatus", 314 "--goma-jsonstatus",
372 "/path/to/tmp/json", 315 "/path/to/tmp/json",
373 "--goma-service-account-json-file",
374 "C:\\creds\\service_accounts\\service-account-goma-client.json",
375 "--goma-dir", 316 "--goma-dir",
376 "[CACHE]\\cipd\\goma", 317 "[BUILD]\\goma",
377 "--goma-fail-fast", 318 "--goma-fail-fast",
378 "--goma-disable-local-fallback", 319 "--goma-disable-local-fallback",
379 "--", 320 "--",
380 "blink_tests" 321 "blink_tests"
381 ], 322 ],
382 "cwd": "[SLAVE_BUILD]", 323 "cwd": "[SLAVE_BUILD]",
383 "name": "compile (with patch)", 324 "name": "compile (with patch)",
384 "~followup_annotations": [ 325 "~followup_annotations": [
385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 326 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
386 "@@@STEP_LOG_END@json.output (invalid)@@@" 327 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 ], 409 ],
469 "cwd": "[SLAVE_BUILD]", 410 "cwd": "[SLAVE_BUILD]",
470 "name": "process_dumps" 411 "name": "process_dumps"
471 }, 412 },
472 { 413 {
473 "name": "$result", 414 "name": "$result",
474 "recipe_result": null, 415 "recipe_result": null,
475 "status_code": 0 416 "status_code": 0
476 } 417 }
477 ] 418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698