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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_dbg.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_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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_dbg", 10 "linux_blink_dbg",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
106 ] 106 ]
107 }, 107 },
108 { 108 {
109 "cmd": [],
110 "cwd": "[SLAVE_BUILD]",
111 "name": "ensure_goma"
112 },
113 {
114 "cmd": [
115 "python",
116 "-u",
117 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
118 "--platform",
119 "linux-amd64",
120 "--dest-directory",
121 "[SLAVE_BUILD]/cipd",
122 "--json-output",
123 "/path/to/tmp/json"
124 ],
125 "cwd": "[SLAVE_BUILD]",
126 "name": "ensure_goma.install cipd",
127 "~followup_annotations": [
128 "@@@STEP_NEST_LEVEL@1@@@",
129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
130 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
133 "@@@STEP_LOG_LINE@json.output@}@@@",
134 "@@@STEP_LOG_END@json.output@@@"
135 ]
136 },
137 {
138 "cmd": [
139 "[SLAVE_BUILD]/cipd/cipd",
140 "ensure",
141 "--root",
142 "[CACHE]/cipd/goma",
143 "--list",
144 "infra_internal/goma/client/linux-amd64 release",
145 "--json-output",
146 "/path/to/tmp/json",
147 "--service-account-json",
148 "/creds/service_accounts/service-account-goma-client.json"
149 ],
150 "cwd": "[SLAVE_BUILD]",
151 "name": "ensure_goma.ensure_installed",
152 "~followup_annotations": [
153 "@@@STEP_NEST_LEVEL@1@@@",
154 "@@@STEP_LOG_LINE@json.output@{@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
156 "@@@STEP_LOG_LINE@json.output@ {@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
159 "@@@STEP_LOG_LINE@json.output@ }@@@",
160 "@@@STEP_LOG_LINE@json.output@ ]@@@",
161 "@@@STEP_LOG_LINE@json.output@}@@@",
162 "@@@STEP_LOG_END@json.output@@@"
163 ]
164 },
165 {
166 "cmd": [ 109 "cmd": [
167 "python", 110 "python",
168 "-u", 111 "-u",
169 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 112 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
170 "--version" 113 "--version"
171 ], 114 ],
172 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
173 "name": "swarming.py --version", 116 "name": "swarming.py --version",
174 "stdout": "/path/to/tmp/", 117 "stdout": "/path/to/tmp/",
175 "~followup_annotations": [ 118 "~followup_annotations": [
176 "@@@STEP_TEXT@0.4.10@@@" 119 "@@@STEP_TEXT@0.4.10@@@"
177 ] 120 ]
178 }, 121 },
179 { 122 {
180 "cmd": [ 123 "cmd": [
181 "python", 124 "python",
182 "-u", 125 "-u",
183 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
184 "runhooks" 127 "runhooks"
185 ], 128 ],
186 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
187 "env": { 130 "env": {
188 "GYP_CHROMIUM_NO_ACTION": "1", 131 "GYP_CHROMIUM_NO_ACTION": "1",
189 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 ", 132 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
191 }, 134 },
192 "name": "gclient runhooks (with patch)" 135 "name": "gclient runhooks (with patch)"
193 }, 136 },
194 { 137 {
195 "cmd": [ 138 "cmd": [
196 "python", 139 "python",
197 "-u", 140 "-u",
198 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 141 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
199 "--output", 142 "--output",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "-u", 260 "-u",
318 "[SLAVE_BUILD]/src/tools/mb/mb.py", 261 "[SLAVE_BUILD]/src/tools/mb/mb.py",
319 "gen", 262 "gen",
320 "-m", 263 "-m",
321 "tryserver.blink", 264 "tryserver.blink",
322 "-b", 265 "-b",
323 "linux_blink_dbg", 266 "linux_blink_dbg",
324 "--config-file", 267 "--config-file",
325 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 268 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
326 "--goma-dir", 269 "--goma-dir",
327 "[CACHE]/cipd/goma", 270 "[BUILD]/goma",
328 "//out/Debug" 271 "//out/Debug"
329 ], 272 ],
330 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
331 "name": "generate_build_files (with patch)" 274 "name": "generate_build_files (with patch)"
332 }, 275 },
333 { 276 {
334 "cmd": [ 277 "cmd": [
335 "python", 278 "python",
336 "-u", 279 "-u",
337 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 280 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
338 "--show-path", 281 "--show-path",
339 "python", 282 "python",
340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
341 "--gsutil-py-path", 284 "--gsutil-py-path",
342 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
343 "--ninja-path", 286 "--ninja-path",
344 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
345 "--target", 288 "--target",
346 "Debug", 289 "Debug",
347 "--src-dir", 290 "--src-dir",
348 "[SLAVE_BUILD]/src", 291 "[SLAVE_BUILD]/src",
349 "--goma-cache-dir", 292 "--goma-cache-dir",
350 "[GOMA_CACHE]", 293 "[GOMA_CACHE]",
351 "--build-tool", 294 "--build-tool",
352 "ninja", 295 "ninja",
353 "--compiler", 296 "--compiler",
354 "goma", 297 "goma",
355 "--goma-jsonstatus", 298 "--goma-jsonstatus",
356 "/path/to/tmp/json", 299 "/path/to/tmp/json",
357 "--goma-service-account-json-file",
358 "/creds/service_accounts/service-account-goma-client.json",
359 "--goma-dir", 300 "--goma-dir",
360 "[CACHE]/cipd/goma", 301 "[BUILD]/goma",
361 "--goma-fail-fast", 302 "--goma-fail-fast",
362 "--goma-disable-local-fallback", 303 "--goma-disable-local-fallback",
363 "--", 304 "--",
364 "blink_tests" 305 "blink_tests"
365 ], 306 ],
366 "cwd": "[SLAVE_BUILD]", 307 "cwd": "[SLAVE_BUILD]",
367 "name": "compile (with patch)", 308 "name": "compile (with patch)",
368 "~followup_annotations": [ 309 "~followup_annotations": [
369 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
370 "@@@STEP_LOG_END@json.output (invalid)@@@" 311 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", 383 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@",
443 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@" 384 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_dbg/571/layout-test-results.zip@@@"
444 ] 385 ]
445 }, 386 },
446 { 387 {
447 "name": "$result", 388 "name": "$result",
448 "recipe_result": null, 389 "recipe_result": null,
449 "status_code": 0 390 "status_code": 0
450 } 391 }
451 ] 392 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698