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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
97 ] 97 ]
98 }, 98 },
99 { 99 {
100 "cmd": [],
101 "cwd": "[SLAVE_BUILD]",
102 "name": "ensure_goma"
103 },
104 {
105 "cmd": [
106 "python",
107 "-u",
108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
109 "--platform",
110 "linux-amd64",
111 "--dest-directory",
112 "[SLAVE_BUILD]/cipd",
113 "--json-output",
114 "/path/to/tmp/json"
115 ],
116 "cwd": "[SLAVE_BUILD]",
117 "name": "ensure_goma.install cipd",
118 "~followup_annotations": [
119 "@@@STEP_NEST_LEVEL@1@@@",
120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
121 "@@@STEP_LOG_LINE@json.output@{@@@",
122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
124 "@@@STEP_LOG_LINE@json.output@}@@@",
125 "@@@STEP_LOG_END@json.output@@@"
126 ]
127 },
128 {
129 "cmd": [
130 "[SLAVE_BUILD]/cipd/cipd",
131 "ensure",
132 "--root",
133 "[CACHE]/cipd/goma",
134 "--list",
135 "infra_internal/goma/client/linux-amd64 release",
136 "--json-output",
137 "/path/to/tmp/json",
138 "--service-account-json",
139 "/creds/service_accounts/service-account-goma-client.json"
140 ],
141 "cwd": "[SLAVE_BUILD]",
142 "name": "ensure_goma.ensure_installed",
143 "~followup_annotations": [
144 "@@@STEP_NEST_LEVEL@1@@@",
145 "@@@STEP_LOG_LINE@json.output@{@@@",
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
147 "@@@STEP_LOG_LINE@json.output@ {@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
150 "@@@STEP_LOG_LINE@json.output@ }@@@",
151 "@@@STEP_LOG_LINE@json.output@ ]@@@",
152 "@@@STEP_LOG_LINE@json.output@}@@@",
153 "@@@STEP_LOG_END@json.output@@@"
154 ]
155 },
156 {
157 "cmd": [ 100 "cmd": [
158 "python", 101 "python",
159 "-u", 102 "-u",
160 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 103 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
161 "--version" 104 "--version"
162 ], 105 ],
163 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
164 "name": "swarming.py --version", 107 "name": "swarming.py --version",
165 "stdout": "/path/to/tmp/", 108 "stdout": "/path/to/tmp/",
166 "~followup_annotations": [ 109 "~followup_annotations": [
167 "@@@STEP_TEXT@0.4.10@@@" 110 "@@@STEP_TEXT@0.4.10@@@"
168 ] 111 ]
169 }, 112 },
170 { 113 {
171 "cmd": [ 114 "cmd": [
172 "python", 115 "python",
173 "-u", 116 "-u",
174 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
175 "runhooks" 118 "runhooks"
176 ], 119 ],
177 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
178 "env": { 121 "env": {
179 "GYP_CHROMIUM_NO_ACTION": "1", 122 "GYP_CHROMIUM_NO_ACTION": "1",
180 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 123 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isola tion_mode=prepare use_goma=1",
181 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
182 }, 125 },
183 "name": "gclient runhooks" 126 "name": "gclient runhooks"
184 }, 127 },
185 { 128 {
186 "cmd": [ 129 "cmd": [
187 "python", 130 "python",
188 "-u", 131 "-u",
189 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
190 "--output", 133 "--output",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 276 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
334 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 277 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
335 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 278 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
336 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 279 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
337 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 280 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
338 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 281 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
339 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 282 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
340 ] 283 ]
341 }, 284 },
342 { 285 {
343 "cmd": [],
344 "cwd": "[SLAVE_BUILD]",
345 "name": "test r1.ensure_goma",
346 "~followup_annotations": [
347 "@@@STEP_NEST_LEVEL@1@@@"
348 ]
349 },
350 {
351 "cmd": [ 286 "cmd": [
352 "python", 287 "python",
353 "-u", 288 "-u",
354 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
355 "--platform",
356 "linux-amd64",
357 "--dest-directory",
358 "[SLAVE_BUILD]/cipd",
359 "--json-output",
360 "/path/to/tmp/json"
361 ],
362 "cwd": "[SLAVE_BUILD]",
363 "name": "test r1.ensure_goma.install cipd",
364 "~followup_annotations": [
365 "@@@STEP_NEST_LEVEL@2@@@",
366 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
367 "@@@STEP_LOG_LINE@json.output@{@@@",
368 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
369 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
370 "@@@STEP_LOG_LINE@json.output@}@@@",
371 "@@@STEP_LOG_END@json.output@@@"
372 ]
373 },
374 {
375 "cmd": [
376 "[SLAVE_BUILD]/cipd/cipd",
377 "ensure",
378 "--root",
379 "[CACHE]/cipd/goma",
380 "--list",
381 "infra_internal/goma/client/linux-amd64 release",
382 "--json-output",
383 "/path/to/tmp/json",
384 "--service-account-json",
385 "/creds/service_accounts/service-account-goma-client.json"
386 ],
387 "cwd": "[SLAVE_BUILD]",
388 "name": "test r1.ensure_goma.ensure_installed",
389 "~followup_annotations": [
390 "@@@STEP_NEST_LEVEL@2@@@",
391 "@@@STEP_LOG_LINE@json.output@{@@@",
392 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
393 "@@@STEP_LOG_LINE@json.output@ {@@@",
394 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
395 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
396 "@@@STEP_LOG_LINE@json.output@ }@@@",
397 "@@@STEP_LOG_LINE@json.output@ ]@@@",
398 "@@@STEP_LOG_LINE@json.output@}@@@",
399 "@@@STEP_LOG_END@json.output@@@"
400 ]
401 },
402 {
403 "cmd": [
404 "python",
405 "-u",
406 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 289 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
407 "runhooks" 290 "runhooks"
408 ], 291 ],
409 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
410 "env": { 293 "env": {
411 "GYP_CHROMIUM_NO_ACTION": "1", 294 "GYP_CHROMIUM_NO_ACTION": "1",
412 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_ isolation_mode=prepare use_goma=1", 295 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi ng=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isola tion_mode=prepare use_goma=1",
413 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 296 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
414 }, 297 },
415 "name": "test r1.gclient runhooks", 298 "name": "test r1.gclient runhooks",
416 "~followup_annotations": [ 299 "~followup_annotations": [
417 "@@@STEP_NEST_LEVEL@1@@@" 300 "@@@STEP_NEST_LEVEL@1@@@"
418 ] 301 ]
419 }, 302 },
420 { 303 {
421 "cmd": [ 304 "cmd": [
422 "python", 305 "python",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "-u", 368 "-u",
486 "[SLAVE_BUILD]/src/tools/mb/mb.py", 369 "[SLAVE_BUILD]/src/tools/mb/mb.py",
487 "gen", 370 "gen",
488 "-m", 371 "-m",
489 "chromium.linux", 372 "chromium.linux",
490 "-b", 373 "-b",
491 "Linux Builder", 374 "Linux Builder",
492 "--config-file", 375 "--config-file",
493 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 376 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
494 "--goma-dir", 377 "--goma-dir",
495 "[CACHE]/cipd/goma", 378 "[BUILD]/goma",
496 "//out/Release" 379 "//out/Release"
497 ], 380 ],
498 "cwd": "[SLAVE_BUILD]", 381 "cwd": "[SLAVE_BUILD]",
499 "name": "test r1.generate_build_files", 382 "name": "test r1.generate_build_files",
500 "~followup_annotations": [ 383 "~followup_annotations": [
501 "@@@STEP_NEST_LEVEL@1@@@" 384 "@@@STEP_NEST_LEVEL@1@@@"
502 ] 385 ]
503 }, 386 },
504 { 387 {
505 "cmd": [ 388 "cmd": [
(...skipping 12 matching lines...) Expand all
518 "--src-dir", 401 "--src-dir",
519 "[SLAVE_BUILD]/src", 402 "[SLAVE_BUILD]/src",
520 "--goma-cache-dir", 403 "--goma-cache-dir",
521 "[GOMA_CACHE]", 404 "[GOMA_CACHE]",
522 "--build-tool", 405 "--build-tool",
523 "ninja", 406 "ninja",
524 "--compiler", 407 "--compiler",
525 "goma", 408 "goma",
526 "--goma-jsonstatus", 409 "--goma-jsonstatus",
527 "/path/to/tmp/json", 410 "/path/to/tmp/json",
528 "--goma-service-account-json-file",
529 "/creds/service_accounts/service-account-goma-client.json",
530 "--goma-dir", 411 "--goma-dir",
531 "[CACHE]/cipd/goma", 412 "[BUILD]/goma",
532 "--ninja-ensure-up-to-date", 413 "--ninja-ensure-up-to-date",
533 "--", 414 "--",
534 "base_unittests", 415 "base_unittests",
535 "chromium_swarm_tests" 416 "chromium_swarm_tests"
536 ], 417 ],
537 "cwd": "[SLAVE_BUILD]", 418 "cwd": "[SLAVE_BUILD]",
538 "name": "test r1.compile", 419 "name": "test r1.compile",
539 "~followup_annotations": [ 420 "~followup_annotations": [
540 "@@@STEP_NEST_LEVEL@1@@@", 421 "@@@STEP_NEST_LEVEL@1@@@",
541 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 26 matching lines...) Expand all
568 "@@@STEP_LOG_END@report@@@", 449 "@@@STEP_LOG_END@report@@@",
569 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 450 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
570 ] 451 ]
571 }, 452 },
572 { 453 {
573 "name": "$result", 454 "name": "$result",
574 "recipe_result": null, 455 "recipe_result": null,
575 "status_code": 0 456 "status_code": 0
576 } 457 }
577 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698