OLD | NEW |
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 "chromium.gpu.fyi", | 8 "chromium.gpu.fyi", |
9 "--builder", | 9 "--builder", |
10 "GPU Mac Builder", | 10 "GPU Mac Builder", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
101 ] | 101 ] |
102 }, | 102 }, |
103 { | 103 { |
104 "cmd": [], | |
105 "cwd": "[SLAVE_BUILD]", | |
106 "name": "ensure_goma" | |
107 }, | |
108 { | |
109 "cmd": [ | |
110 "python", | |
111 "-u", | |
112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
113 "--platform", | |
114 "mac-amd64", | |
115 "--dest-directory", | |
116 "[SLAVE_BUILD]/cipd", | |
117 "--json-output", | |
118 "/path/to/tmp/json" | |
119 ], | |
120 "cwd": "[SLAVE_BUILD]", | |
121 "name": "ensure_goma.install cipd", | |
122 "~followup_annotations": [ | |
123 "@@@STEP_NEST_LEVEL@1@@@", | |
124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
125 "@@@STEP_LOG_LINE@json.output@{@@@", | |
126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
128 "@@@STEP_LOG_LINE@json.output@}@@@", | |
129 "@@@STEP_LOG_END@json.output@@@" | |
130 ] | |
131 }, | |
132 { | |
133 "cmd": [ | |
134 "[SLAVE_BUILD]/cipd/cipd", | |
135 "ensure", | |
136 "--root", | |
137 "[CACHE]/cipd/goma", | |
138 "--list", | |
139 "infra_internal/goma/client/mac-amd64 release", | |
140 "--json-output", | |
141 "/path/to/tmp/json", | |
142 "--service-account-json", | |
143 "/creds/service_accounts/service-account-goma-client.json" | |
144 ], | |
145 "cwd": "[SLAVE_BUILD]", | |
146 "name": "ensure_goma.ensure_installed", | |
147 "~followup_annotations": [ | |
148 "@@@STEP_NEST_LEVEL@1@@@", | |
149 "@@@STEP_LOG_LINE@json.output@{@@@", | |
150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
151 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
154 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
156 "@@@STEP_LOG_LINE@json.output@}@@@", | |
157 "@@@STEP_LOG_END@json.output@@@" | |
158 ] | |
159 }, | |
160 { | |
161 "cmd": [ | 104 "cmd": [ |
162 "python", | 105 "python", |
163 "-u", | 106 "-u", |
164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 107 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
165 "--version" | 108 "--version" |
166 ], | 109 ], |
167 "cwd": "[SLAVE_BUILD]", | 110 "cwd": "[SLAVE_BUILD]", |
168 "name": "swarming.py --version", | 111 "name": "swarming.py --version", |
169 "stdout": "/path/to/tmp/", | 112 "stdout": "/path/to/tmp/", |
170 "~followup_annotations": [ | 113 "~followup_annotations": [ |
171 "@@@STEP_TEXT@0.4.10@@@" | 114 "@@@STEP_TEXT@0.4.10@@@" |
172 ] | 115 ] |
173 }, | 116 }, |
174 { | 117 { |
175 "cmd": [ | 118 "cmd": [ |
176 "python", | 119 "python", |
177 "-u", | 120 "-u", |
178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
179 "runhooks" | 122 "runhooks" |
180 ], | 123 ], |
181 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
182 "env": { | 125 "env": { |
183 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=1 pro
prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 126 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_conform_tests=1 propriet
ary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
184 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 127 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
185 }, | 128 }, |
186 "name": "gclient runhooks" | 129 "name": "gclient runhooks" |
187 }, | 130 }, |
188 { | 131 { |
189 "cmd": [ | 132 "cmd": [ |
190 "python", | 133 "python", |
191 "-u", | 134 "-u", |
192 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
193 "--output", | 136 "--output", |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 "--goma-cache-dir", | 301 "--goma-cache-dir", |
359 "[GOMA_CACHE]", | 302 "[GOMA_CACHE]", |
360 "--build-tool", | 303 "--build-tool", |
361 "ninja", | 304 "ninja", |
362 "--build-data-dir", | 305 "--build-data-dir", |
363 "[ROOT]/build_data_dir", | 306 "[ROOT]/build_data_dir", |
364 "--compiler", | 307 "--compiler", |
365 "goma-clang", | 308 "goma-clang", |
366 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
367 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
368 "--goma-service-account-json-file", | |
369 "/creds/service_accounts/service-account-goma-client.json", | |
370 "--goma-dir", | 311 "--goma-dir", |
371 "[CACHE]/cipd/goma", | 312 "[BUILD]/goma", |
372 "--ninja-ensure-up-to-date", | 313 "--ninja-ensure-up-to-date", |
373 "--", | 314 "--", |
374 "browser_tests", | 315 "browser_tests", |
375 "browser_tests_run" | 316 "browser_tests_run" |
376 ], | 317 ], |
377 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
378 "name": "compile", | 319 "name": "compile", |
379 "~followup_annotations": [ | 320 "~followup_annotations": [ |
380 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
381 "@@@STEP_LOG_END@json.output (invalid)@@@" | 322 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 "~followup_annotations": [ | 569 "~followup_annotations": [ |
629 "@@@STEP_TEXT@Optional Mac Retina Release@@@" | 570 "@@@STEP_TEXT@Optional Mac Retina Release@@@" |
630 ] | 571 ] |
631 }, | 572 }, |
632 { | 573 { |
633 "name": "$result", | 574 "name": "$result", |
634 "recipe_result": null, | 575 "recipe_result": null, |
635 "status_code": 0 | 576 "status_code": 0 |
636 } | 577 } |
637 ] | 578 ] |
OLD | NEW |