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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 105 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
112 ] 112 ]
113 }, 113 },
114 { 114 {
115 "cmd": [],
116 "cwd": "[SLAVE_BUILD]",
117 "name": "ensure_goma"
118 },
119 {
120 "cmd": [
121 "python",
122 "-u",
123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
124 "--platform",
125 "windows-amd64",
126 "--dest-directory",
127 "[SLAVE_BUILD]\\cipd",
128 "--json-output",
129 "/path/to/tmp/json"
130 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "ensure_goma.install cipd",
133 "~followup_annotations": [
134 "@@@STEP_NEST_LEVEL@1@@@",
135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
136 "@@@STEP_LOG_LINE@json.output@{@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
139 "@@@STEP_LOG_LINE@json.output@}@@@",
140 "@@@STEP_LOG_END@json.output@@@"
141 ]
142 },
143 {
144 "cmd": [
145 "[SLAVE_BUILD]\\cipd\\cipd",
146 "ensure",
147 "--root",
148 "[CACHE]\\cipd\\goma",
149 "--list",
150 "infra_internal/goma/client/windows-amd64 release",
151 "--json-output",
152 "/path/to/tmp/json",
153 "--service-account-json",
154 "C:\\creds\\service_accounts\\service-account-goma-client.json"
155 ],
156 "cwd": "[SLAVE_BUILD]",
157 "name": "ensure_goma.ensure_installed",
158 "~followup_annotations": [
159 "@@@STEP_NEST_LEVEL@1@@@",
160 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
162 "@@@STEP_LOG_LINE@json.output@ {@@@",
163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
165 "@@@STEP_LOG_LINE@json.output@ }@@@",
166 "@@@STEP_LOG_LINE@json.output@ ]@@@",
167 "@@@STEP_LOG_LINE@json.output@}@@@",
168 "@@@STEP_LOG_END@json.output@@@"
169 ]
170 },
171 {
172 "cmd": [ 115 "cmd": [
173 "python", 116 "python",
174 "-u", 117 "-u",
175 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 118 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
176 "--version" 119 "--version"
177 ], 120 ],
178 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
179 "name": "swarming.py --version", 122 "name": "swarming.py --version",
180 "stdout": "/path/to/tmp/", 123 "stdout": "/path/to/tmp/",
181 "~followup_annotations": [ 124 "~followup_annotations": [
182 "@@@STEP_TEXT@0.4.10@@@" 125 "@@@STEP_TEXT@0.4.10@@@"
183 ] 126 ]
184 }, 127 },
185 { 128 {
186 "cmd": [ 129 "cmd": [
187 "python", 130 "python",
188 "-u", 131 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
190 "runhooks" 133 "runhooks"
191 ], 134 ],
192 "cwd": "[SLAVE_BUILD]", 135 "cwd": "[SLAVE_BUILD]",
193 "env": { 136 "env": {
194 "GYP_CHROMIUM_NO_ACTION": "1", 137 "GYP_CHROMIUM_NO_ACTION": "1",
195 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", 138 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_go ma=1",
196 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
197 }, 140 },
198 "name": "gclient runhooks (with patch)" 141 "name": "gclient runhooks (with patch)"
199 }, 142 },
200 { 143 {
201 "cmd": [ 144 "cmd": [
202 "python", 145 "python",
203 "-u", 146 "-u",
204 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 147 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
205 "--output", 148 "--output",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "-u", 281 "-u",
339 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 282 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
340 "gen", 283 "gen",
341 "-m", 284 "-m",
342 "tryserver.chromium.win", 285 "tryserver.chromium.win",
343 "-b", 286 "-b",
344 "win_clang", 287 "win_clang",
345 "--config-file", 288 "--config-file",
346 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
347 "--goma-dir", 290 "--goma-dir",
348 "[CACHE]\\cipd\\goma", 291 "[BUILD]\\goma",
349 "//out/Debug_x64" 292 "//out/Debug_x64"
350 ], 293 ],
351 "cwd": "[SLAVE_BUILD]", 294 "cwd": "[SLAVE_BUILD]",
352 "name": "generate_build_files (with patch)" 295 "name": "generate_build_files (with patch)"
353 }, 296 },
354 { 297 {
355 "allow_subannotations": true, 298 "allow_subannotations": true,
356 "cmd": [ 299 "cmd": [
357 "python", 300 "python",
358 "-u", 301 "-u",
(...skipping 29 matching lines...) Expand all
388 "--src-dir", 331 "--src-dir",
389 "[SLAVE_BUILD]\\src", 332 "[SLAVE_BUILD]\\src",
390 "--goma-cache-dir", 333 "--goma-cache-dir",
391 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
392 "--build-tool", 335 "--build-tool",
393 "ninja", 336 "ninja",
394 "--compiler", 337 "--compiler",
395 "goma-clang", 338 "goma-clang",
396 "--goma-jsonstatus", 339 "--goma-jsonstatus",
397 "/path/to/tmp/json", 340 "/path/to/tmp/json",
398 "--goma-service-account-json-file",
399 "C:\\creds\\service_accounts\\service-account-goma-client.json",
400 "--goma-dir", 341 "--goma-dir",
401 "[CACHE]\\cipd\\goma", 342 "[BUILD]\\goma",
402 "--goma-fail-fast", 343 "--goma-fail-fast",
403 "--goma-disable-local-fallback", 344 "--goma-disable-local-fallback",
404 "--", 345 "--",
405 "all" 346 "all"
406 ], 347 ],
407 "cwd": "[SLAVE_BUILD]", 348 "cwd": "[SLAVE_BUILD]",
408 "name": "compile (with patch)", 349 "name": "compile (with patch)",
409 "~followup_annotations": [ 350 "~followup_annotations": [
410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
411 "@@@STEP_LOG_END@json.output (invalid)@@@" 352 "@@@STEP_LOG_END@json.output (invalid)@@@"
412 ] 353 ]
413 }, 354 },
414 { 355 {
415 "cmd": [ 356 "cmd": [
416 "python", 357 "python",
417 "-u", 358 "-u",
418 "import sys; sys.exit(0)" 359 "import sys; sys.exit(0)"
419 ], 360 ],
420 "cwd": "[SLAVE_BUILD]", 361 "cwd": "[SLAVE_BUILD]",
421 "name": "mark: before_tests" 362 "name": "mark: before_tests"
422 }, 363 },
423 { 364 {
424 "name": "$result", 365 "name": "$result",
425 "recipe_result": null, 366 "recipe_result": null,
426 "status_code": 0 367 "status_code": 0
427 } 368 }
428 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698