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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Linux Tests-Trybot", | 10 "Linux Tests-Trybot", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
15 "--root", | 15 "--root", |
16 "src/third_party/skia", | 16 "src/third_party/skia", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", | 18 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--revision", | 25 "--revision", |
26 "src/third_party/skia@1111111", | 26 "src/third_party/skia@1111111", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
30 "cwd": "[SLAVE_BUILD]", | |
31 "env": { | 30 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 32 }, |
34 "name": "bot_update", | 33 "name": "bot_update", |
35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 107 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
109 ] | 108 ] |
110 }, | 109 }, |
111 { | 110 { |
112 "cmd": [], | 111 "cmd": [], |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "ensure_goma" | 112 "name": "ensure_goma" |
115 }, | 113 }, |
116 { | 114 { |
117 "cmd": [ | 115 "cmd": [ |
118 "python", | 116 "python", |
119 "-u", | 117 "-u", |
120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
121 "--platform", | 119 "--platform", |
122 "linux-amd64", | 120 "linux-amd64", |
123 "--dest-directory", | 121 "--dest-directory", |
124 "[SLAVE_BUILD]/cipd", | 122 "[CWD]/cipd", |
125 "--json-output", | 123 "--json-output", |
126 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
127 ], | 125 ], |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "ensure_goma.install cipd", | 126 "name": "ensure_goma.install cipd", |
130 "~followup_annotations": [ | 127 "~followup_annotations": [ |
131 "@@@STEP_NEST_LEVEL@1@@@", | 128 "@@@STEP_NEST_LEVEL@1@@@", |
132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
133 "@@@STEP_LOG_LINE@json.output@{@@@", | 130 "@@@STEP_LOG_LINE@json.output@{@@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | 133 "@@@STEP_LOG_LINE@json.output@}@@@", |
137 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
138 ] | 135 ] |
139 }, | 136 }, |
140 { | 137 { |
141 "cmd": [ | 138 "cmd": [ |
142 "[SLAVE_BUILD]/cipd/cipd", | 139 "fake_slave_build/cipd", |
143 "ensure", | 140 "ensure", |
144 "--root", | 141 "--root", |
145 "[CACHE]/cipd/goma", | 142 "[ROOT]/b/build/slave/cache/cipd/goma", |
146 "--list", | 143 "--list", |
147 "infra_internal/goma/client/linux-amd64 release", | 144 "infra_internal/goma/client/linux-amd64 release", |
148 "--json-output", | 145 "--json-output", |
149 "/path/to/tmp/json", | 146 "/path/to/tmp/json", |
150 "--service-account-json", | 147 "--service-account-json", |
151 "/creds/service_accounts/service-account-goma-client.json" | 148 "/creds/service_accounts/service-account-goma-client.json" |
152 ], | 149 ], |
153 "cwd": "[SLAVE_BUILD]", | |
154 "name": "ensure_goma.ensure_installed", | 150 "name": "ensure_goma.ensure_installed", |
155 "~followup_annotations": [ | 151 "~followup_annotations": [ |
156 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
157 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
159 "@@@STEP_LOG_LINE@json.output@ {@@@", | 155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
162 "@@@STEP_LOG_LINE@json.output@ }@@@", | 158 "@@@STEP_LOG_LINE@json.output@ }@@@", |
163 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 159 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
164 "@@@STEP_LOG_LINE@json.output@}@@@", | 160 "@@@STEP_LOG_LINE@json.output@}@@@", |
165 "@@@STEP_LOG_END@json.output@@@" | 161 "@@@STEP_LOG_END@json.output@@@" |
166 ] | 162 ] |
167 }, | 163 }, |
168 { | 164 { |
169 "cmd": [ | 165 "cmd": [ |
170 "python", | 166 "python", |
171 "-u", | 167 "-u", |
172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 168 "[CWD]/src/tools/swarming_client/swarming.py", |
173 "--version" | 169 "--version" |
174 ], | 170 ], |
175 "cwd": "[SLAVE_BUILD]", | |
176 "name": "swarming.py --version", | 171 "name": "swarming.py --version", |
177 "stdout": "/path/to/tmp/", | 172 "stdout": "/path/to/tmp/", |
178 "~followup_annotations": [ | 173 "~followup_annotations": [ |
179 "@@@STEP_TEXT@0.4.10@@@" | 174 "@@@STEP_TEXT@0.4.10@@@" |
180 ] | 175 ] |
181 }, | 176 }, |
182 { | 177 { |
183 "cmd": [ | 178 "cmd": [ |
184 "python", | 179 "python", |
185 "-u", | 180 "-u", |
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
187 "runhooks" | 182 "runhooks" |
188 ], | 183 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "env": { | 184 "env": { |
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
192 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
193 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 test_isolation_mode=prepare use_goma=1", | 187 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/slave/cac
he/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
195 }, | 189 }, |
196 "name": "gclient runhooks" | 190 "name": "gclient runhooks" |
197 }, | 191 }, |
198 { | 192 { |
199 "cmd": [ | 193 "cmd": [ |
200 "python", | 194 "python", |
201 "-u", | 195 "-u", |
202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 196 "[CWD]/src/testing/scripts/get_compile_targets.py", |
203 "--output", | 197 "--output", |
204 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
205 "--", | 199 "--", |
206 "--build-config-fs", | 200 "--build-config-fs", |
207 "Release", | 201 "Release", |
208 "--use-src-side-runtest-py", | 202 "--use-src-side-runtest-py", |
209 "--paths", | 203 "--paths", |
210 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 204 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
211 "--properties", | 205 "--properties", |
212 "{\"buildername\": \"Linux Tests-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" | 206 "{\"buildername\": \"Linux Tests-Trybot\", \"buildnumber\": 571, \"mastern
ame\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"linux\"}" |
213 ], | 207 ], |
214 "cwd": "[SLAVE_BUILD]", | |
215 "name": "get compile targets for scripts", | 208 "name": "get compile targets for scripts", |
216 "~followup_annotations": [ | 209 "~followup_annotations": [ |
217 "@@@STEP_LOG_LINE@json.output@{}@@@", | 210 "@@@STEP_LOG_LINE@json.output@{}@@@", |
218 "@@@STEP_LOG_END@json.output@@@" | 211 "@@@STEP_LOG_END@json.output@@@" |
219 ] | 212 ] |
220 }, | 213 }, |
221 { | 214 { |
222 "cmd": [ | 215 "cmd": [ |
223 "python", | 216 "python", |
224 "-u", | 217 "-u", |
225 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 218 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
226 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 219 "[CWD]/src/testing/buildbot/chromium.linux.json", |
227 "/path/to/tmp/json" | 220 "/path/to/tmp/json" |
228 ], | 221 ], |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "read test spec", | 222 "name": "read test spec", |
231 "~followup_annotations": [ | 223 "~followup_annotations": [ |
232 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 224 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", |
233 "@@@STEP_LOG_LINE@json.output@{@@@", | 225 "@@@STEP_LOG_LINE@json.output@{@@@", |
234 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests-Trybot\": {@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests-Trybot\": {@@@", |
235 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
236 "@@@STEP_LOG_LINE@json.output@ {@@@", | 228 "@@@STEP_LOG_LINE@json.output@ {@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 231 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
241 "@@@STEP_LOG_LINE@json.output@ }@@@", | 233 "@@@STEP_LOG_LINE@json.output@ }@@@", |
242 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 234 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
243 "@@@STEP_LOG_LINE@json.output@ }@@@", | 235 "@@@STEP_LOG_LINE@json.output@ }@@@", |
244 "@@@STEP_LOG_LINE@json.output@}@@@", | 236 "@@@STEP_LOG_LINE@json.output@}@@@", |
245 "@@@STEP_LOG_END@json.output@@@" | 237 "@@@STEP_LOG_END@json.output@@@" |
246 ] | 238 ] |
247 }, | 239 }, |
248 { | 240 { |
249 "cmd": [ | 241 "cmd": [ |
250 "python", | 242 "python", |
251 "-u", | 243 "-u", |
252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
253 "--show-path", | 245 "--show-path", |
254 "python", | 246 "python", |
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
256 ], | 248 ], |
257 "cwd": "[SLAVE_BUILD]", | |
258 "name": "cleanup_temp" | 249 "name": "cleanup_temp" |
259 }, | 250 }, |
260 { | 251 { |
261 "cmd": [ | 252 "cmd": [ |
262 "python", | 253 "python", |
263 "-u", | 254 "-u", |
264 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 255 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
265 "[SLAVE_BUILD]/src/out/Release" | 256 "[CWD]/src/out/Release" |
266 ], | 257 ], |
267 "cwd": "[SLAVE_BUILD]", | |
268 "name": "rmtree build directory", | 258 "name": "rmtree build directory", |
269 "~followup_annotations": [ | 259 "~followup_annotations": [ |
270 "@@@STEP_LOG_LINE@python.inline@@@@", | 260 "@@@STEP_LOG_LINE@python.inline@@@@", |
271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 261 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 262 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
273 "@@@STEP_LOG_LINE@python.inline@@@@", | 263 "@@@STEP_LOG_LINE@python.inline@@@@", |
274 "@@@STEP_LOG_LINE@python.inline@@@@", | 264 "@@@STEP_LOG_LINE@python.inline@@@@", |
275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 265 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 266 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
277 "@@@STEP_LOG_END@python.inline@@@" | 267 "@@@STEP_LOG_END@python.inline@@@" |
278 ] | 268 ] |
279 }, | 269 }, |
280 { | 270 { |
281 "cmd": [ | 271 "cmd": [ |
282 "python", | 272 "python", |
283 "-u", | 273 "-u", |
284 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
285 "--show-path", | 275 "--show-path", |
286 "python", | 276 "python", |
287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
288 "--target", | 278 "--target", |
289 "Release", | 279 "Release", |
290 "--build-archive-url", | 280 "--build-archive-url", |
291 "gs://test-domain/test-archive.zip", | 281 "gs://test-domain/test-archive.zip", |
292 "--master-name", | 282 "--master-name", |
293 "client.skia", | 283 "client.skia", |
294 "--build-number", | 284 "--build-number", |
295 "571" | 285 "571" |
296 ], | 286 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "name": "extract build" | 287 "name": "extract build" |
299 }, | 288 }, |
300 { | 289 { |
301 "cmd": [ | 290 "cmd": [ |
302 "python", | 291 "python", |
303 "-u", | 292 "-u", |
304 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 293 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
305 "--build-dir", | 294 "--build-dir", |
306 "[SLAVE_BUILD]/src/out/Release", | 295 "[CWD]/src/out/Release", |
307 "--output-json", | 296 "--output-json", |
308 "/path/to/tmp/json" | 297 "/path/to/tmp/json" |
309 ], | 298 ], |
310 "cwd": "[SLAVE_BUILD]", | |
311 "name": "find isolated tests", | 299 "name": "find isolated tests", |
312 "~followup_annotations": [ | 300 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@json.output@{@@@", | 301 "@@@STEP_LOG_LINE@json.output@{@@@", |
314 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
316 "@@@STEP_LOG_LINE@json.output@}@@@", | 304 "@@@STEP_LOG_LINE@json.output@}@@@", |
317 "@@@STEP_LOG_END@json.output@@@", | 305 "@@@STEP_LOG_END@json.output@@@", |
318 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 306 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
319 ] | 307 ] |
320 }, | 308 }, |
321 { | 309 { |
322 "cmd": [ | 310 "cmd": [ |
323 "python", | 311 "python", |
324 "-u", | 312 "-u", |
325 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 313 "[CWD]/src/tools/swarming_client/swarming.py", |
326 "trigger", | 314 "trigger", |
327 "--swarming", | 315 "--swarming", |
328 "https://chromium-swarm.appspot.com", | 316 "https://chromium-swarm.appspot.com", |
329 "--isolate-server", | 317 "--isolate-server", |
330 "https://isolateserver.appspot.com", | 318 "https://isolateserver.appspot.com", |
331 "--priority", | 319 "--priority", |
332 "25", | 320 "25", |
333 "--shards", | 321 "--shards", |
334 "1", | 322 "1", |
335 "--task-name", | 323 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "purpose:post-commit", | 362 "purpose:post-commit", |
375 "--tag", | 363 "--tag", |
376 "slavename:TestSlavename", | 364 "slavename:TestSlavename", |
377 "--tag", | 365 "--tag", |
378 "stepname:browser_tests on Ubuntu-12.04", | 366 "stepname:browser_tests on Ubuntu-12.04", |
379 "--idempotent", | 367 "--idempotent", |
380 "ffffffffffffffffffffffffffffffffffffffff", | 368 "ffffffffffffffffffffffffffffffffffffffff", |
381 "--", | 369 "--", |
382 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 370 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
383 ], | 371 ], |
384 "cwd": "[SLAVE_BUILD]", | |
385 "name": "[trigger] browser_tests on Ubuntu-12.04", | 372 "name": "[trigger] browser_tests on Ubuntu-12.04", |
386 "~followup_annotations": [ | 373 "~followup_annotations": [ |
387 "@@@STEP_LOG_LINE@json.output@{@@@", | 374 "@@@STEP_LOG_LINE@json.output@{@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/Linux Tests-Trybot/571\", @@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/ffffffffff/Linux Tests-Trybot/571\", @@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
Linux Tests-Trybot/571\": {@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/
Linux Tests-Trybot/571\": {@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
394 "@@@STEP_LOG_LINE@json.output@ }@@@", | 381 "@@@STEP_LOG_LINE@json.output@ }@@@", |
395 "@@@STEP_LOG_LINE@json.output@ }@@@", | 382 "@@@STEP_LOG_LINE@json.output@ }@@@", |
396 "@@@STEP_LOG_LINE@json.output@}@@@", | 383 "@@@STEP_LOG_LINE@json.output@}@@@", |
397 "@@@STEP_LOG_END@json.output@@@", | 384 "@@@STEP_LOG_END@json.output@@@", |
398 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 385 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
399 ] | 386 ] |
400 }, | 387 }, |
401 { | 388 { |
402 "allow_subannotations": true, | 389 "allow_subannotations": true, |
403 "cmd": [ | 390 "cmd": [ |
404 "python", | 391 "python", |
405 "-u", | 392 "-u", |
406 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 393 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
407 "python", | 394 "python", |
408 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", | 395 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py", |
409 "--swarming-client-dir", | 396 "--swarming-client-dir", |
410 "[SLAVE_BUILD]/src/tools/swarming_client", | 397 "[CWD]/src/tools/swarming_client", |
411 "--temp-root-dir", | 398 "--temp-root-dir", |
412 "[TMP_BASE]", | 399 "[TMP]", |
413 "--merged-test-output", | 400 "--merged-test-output", |
414 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
415 "--", | 402 "--", |
416 "collect", | 403 "collect", |
417 "--swarming", | 404 "--swarming", |
418 "https://chromium-swarm.appspot.com", | 405 "https://chromium-swarm.appspot.com", |
419 "--decorate", | 406 "--decorate", |
420 "--print-status-updates", | 407 "--print-status-updates", |
421 "--shards", | 408 "--shards", |
422 "1", | 409 "1", |
423 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" | 410 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests-Trybot/571" |
424 ], | 411 ], |
425 "cwd": "[SLAVE_BUILD]", | |
426 "name": "browser_tests on Ubuntu-12.04", | 412 "name": "browser_tests on Ubuntu-12.04", |
427 "~followup_annotations": [ | 413 "~followup_annotations": [ |
428 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 414 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
429 ] | 415 ] |
430 }, | 416 }, |
431 { | 417 { |
432 "cmd": [ | 418 "cmd": [ |
433 "python", | 419 "python", |
434 "-u", | 420 "-u", |
435 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 421 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
436 "--input-gtest-json", | 422 "--input-gtest-json", |
437 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 423 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
438 "--master-name", | 424 "--master-name", |
439 "client.skia", | 425 "client.skia", |
440 "--builder-name", | 426 "--builder-name", |
441 "Linux Tests-Trybot", | 427 "Linux Tests-Trybot", |
442 "--build-number", | 428 "--build-number", |
443 "571", | 429 "571", |
444 "--test-type", | 430 "--test-type", |
445 "browser_tests on Ubuntu-12.04", | 431 "browser_tests on Ubuntu-12.04", |
446 "--test-results-server", | 432 "--test-results-server", |
447 "test-results.appspot.com", | 433 "test-results.appspot.com", |
448 "--chrome-revision", | 434 "--chrome-revision", |
449 "143121" | 435 "143121" |
450 ], | 436 ], |
451 "cwd": "[SLAVE_BUILD]", | |
452 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" | 437 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" |
453 }, | 438 }, |
454 { | 439 { |
455 "name": "$result", | 440 "name": "$result", |
456 "recipe_result": null, | 441 "recipe_result": null, |
457 "status_code": 0 | 442 "status_code": 0 |
458 } | 443 } |
459 ] | 444 ] |
OLD | NEW |