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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_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 "mac_blink_dbg", 10 "mac_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 "mac-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/mac-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/mac-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": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us e_goma=1", 132 "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_gom a=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 "mac_blink_dbg", 266 "mac_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 "allow_subannotations": true, 277 "allow_subannotations": true,
335 "cmd": [ 278 "cmd": [
336 "python", 279 "python",
337 "-u", 280 "-u",
(...skipping 29 matching lines...) Expand all
367 "--src-dir", 310 "--src-dir",
368 "[SLAVE_BUILD]/src", 311 "[SLAVE_BUILD]/src",
369 "--goma-cache-dir", 312 "--goma-cache-dir",
370 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
371 "--build-tool", 314 "--build-tool",
372 "ninja", 315 "ninja",
373 "--compiler", 316 "--compiler",
374 "goma-clang", 317 "goma-clang",
375 "--goma-jsonstatus", 318 "--goma-jsonstatus",
376 "/path/to/tmp/json", 319 "/path/to/tmp/json",
377 "--goma-service-account-json-file",
378 "/creds/service_accounts/service-account-goma-client.json",
379 "--goma-dir", 320 "--goma-dir",
380 "[CACHE]/cipd/goma", 321 "[BUILD]/goma",
381 "--goma-fail-fast", 322 "--goma-fail-fast",
382 "--goma-disable-local-fallback", 323 "--goma-disable-local-fallback",
383 "--", 324 "--",
384 "blink_tests" 325 "blink_tests"
385 ], 326 ],
386 "cwd": "[SLAVE_BUILD]", 327 "cwd": "[SLAVE_BUILD]",
387 "name": "compile (with patch)", 328 "name": "compile (with patch)",
388 "~followup_annotations": [ 329 "~followup_annotations": [
389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
390 "@@@STEP_LOG_END@json.output (invalid)@@@" 331 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", 402 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@",
462 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@" 403 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@"
463 ] 404 ]
464 }, 405 },
465 { 406 {
466 "name": "$result", 407 "name": "$result",
467 "recipe_result": null, 408 "recipe_result": null,
468 "status_code": 0 409 "status_code": 0
469 } 410 }
470 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698