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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json

Issue 2335333002: Turn on swarming for PlzNavigate aigate (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "@@@STEP_LOG_LINE@json.output@ }@@@", 176 "@@@STEP_LOG_LINE@json.output@ }@@@",
177 "@@@STEP_LOG_LINE@json.output@ ]@@@", 177 "@@@STEP_LOG_LINE@json.output@ ]@@@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 178 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 179 "@@@STEP_LOG_END@json.output@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILDER_CACHE]/linux/src/tools/swarming_client/swarming.py",
187 "--version"
188 ],
189 "name": "swarming.py --version",
190 "stdout": "/path/to/tmp/",
191 "~followup_annotations": [
192 "@@@STEP_TEXT@0.8.6@@@"
193 ]
194 },
195 {
196 "cmd": [
197 "python",
198 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 199 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
187 "runhooks" 200 "runhooks"
188 ], 201 ],
189 "cwd": "[BUILDER_CACHE]/linux/src", 202 "cwd": "[BUILDER_CACHE]/linux/src",
190 "env": { 203 "env": {
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
192 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
193 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[CACH E]/cipd/goma' target_arch=x64 use_goma=1", 206 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[CACH E]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1",
194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
195 }, 208 },
196 "name": "gclient runhooks" 209 "name": "gclient runhooks"
197 }, 210 },
198 { 211 {
199 "cmd": [ 212 "cmd": [
200 "python", 213 "python",
201 "-u", 214 "-u",
202 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py", 215 "[BUILDER_CACHE]/linux/src/testing/scripts/get_compile_targets.py",
203 "--output", 216 "--output",
(...skipping 16 matching lines...) Expand all
220 "cmd": [ 233 "cmd": [
221 "python", 234 "python",
222 "-u", 235 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fyi.json", 237 "[BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fyi.json",
225 "/path/to/tmp/json" 238 "/path/to/tmp/json"
226 ], 239 ],
227 "name": "read test spec (chromium.fyi.json)", 240 "name": "read test spec (chromium.fyi.json)",
228 "~followup_annotations": [ 241 "~followup_annotations": [
229 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fy i.json@@@", 242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux/src/testing/buildbot/chromium.fy i.json@@@",
230 "@@@STEP_LOG_LINE@json.output@{}@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"Site Isolation Linux\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
231 "@@@STEP_LOG_END@json.output@@@" 255 "@@@STEP_LOG_END@json.output@@@"
232 ] 256 ]
233 }, 257 },
234 { 258 {
235 "cmd": [ 259 "cmd": [
236 "python", 260 "python",
237 "-u", 261 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
239 "--show-path", 263 "--show-path",
240 "python", 264 "python",
241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
242 ], 266 ],
243 "name": "cleanup_temp" 267 "name": "cleanup_temp"
244 }, 268 },
245 { 269 {
246 "cmd": [ 270 "cmd": [
247 "python", 271 "python",
248 "-u", 272 "-u",
273 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
274 "--build-dir",
275 "[BUILDER_CACHE]/linux/src/out/Release",
276 "--clean-isolated-files"
277 ],
278 "name": "clean isolated files"
279 },
280 {
281 "cmd": [
282 "python",
283 "-u",
249 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py", 284 "[BUILDER_CACHE]/linux/src/tools/mb/mb.py",
250 "gen", 285 "gen",
251 "-m", 286 "-m",
252 "chromium.fyi", 287 "chromium.fyi",
253 "-b", 288 "-b",
254 "Site Isolation Linux", 289 "Site Isolation Linux",
255 "--config-file", 290 "--config-file",
256 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl", 291 "[BUILDER_CACHE]/linux/src/tools/mb/mb_config.pyl",
257 "--goma-dir", 292 "--goma-dir",
258 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
294 "--swarming-targets-file",
295 "browser_tests\n",
259 "//out/Release" 296 "//out/Release"
260 ], 297 ],
261 "cwd": "[BUILDER_CACHE]/linux/src", 298 "cwd": "[BUILDER_CACHE]/linux/src",
262 "env": { 299 "env": {
263 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
264 }, 301 },
265 "name": "generate_build_files" 302 "name": "generate_build_files",
303 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
305 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
306 ]
266 }, 307 },
267 { 308 {
268 "cmd": [ 309 "cmd": [
269 "python", 310 "python",
270 "-u", 311 "-u",
271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
272 "--show-path", 313 "--show-path",
273 "python", 314 "python",
274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 315 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
275 "--gsutil-py-path", 316 "--gsutil-py-path",
(...skipping 20 matching lines...) Expand all
296 "goma", 337 "goma",
297 "--goma-jsonstatus", 338 "--goma-jsonstatus",
298 "/path/to/tmp/json", 339 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 340 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 341 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 342 "--goma-dir",
302 "[CACHE]/cipd/goma", 343 "[CACHE]/cipd/goma",
303 "--ninja-ensure-up-to-date", 344 "--ninja-ensure-up-to-date",
304 "--", 345 "--",
305 "blink_tests", 346 "blink_tests",
347 "browser_tests",
348 "browser_tests_run",
306 "content_browsertests", 349 "content_browsertests",
307 "content_unittests" 350 "content_unittests"
308 ], 351 ],
309 "env": { 352 "env": {
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
311 }, 354 },
312 "name": "compile", 355 "name": "compile",
313 "~followup_annotations": [ 356 "~followup_annotations": [
314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 357 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
315 "@@@STEP_LOG_END@json.output (invalid)@@@" 358 "@@@STEP_LOG_END@json.output (invalid)@@@"
316 ] 359 ]
317 }, 360 },
318 { 361 {
319 "cmd": [ 362 "cmd": [
320 "python", 363 "python",
321 "-u", 364 "-u",
365 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
366 "--build-dir",
367 "[BUILDER_CACHE]/linux/src/out/Release"
368 ],
369 "cwd": "[SLAVE_BUILD]",
370 "name": "remove_build_metadata"
371 },
372 {
373 "cmd": [
374 "python",
375 "-u",
376 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
377 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
378 "batcharchive",
379 "--dump-json",
380 "/path/to/tmp/json",
381 "--isolate-server",
382 "https://isolateserver.appspot.com",
383 "--verbose",
384 "[BUILDER_CACHE]/linux/src/out/Release/browser_tests.isolated.gen.json"
385 ],
386 "name": "isolate tests",
387 "~followup_annotations": [
388 "@@@STEP_LOG_LINE@json.output@{@@@",
389 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
390 "@@@STEP_LOG_LINE@json.output@}@@@",
391 "@@@STEP_LOG_END@json.output@@@"
392 ]
393 },
394 {
395 "cmd": [
396 "python",
397 "-u",
398 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
399 "--build-dir",
400 "[BUILDER_CACHE]/linux/src/out/Release",
401 "--output-json",
402 "/path/to/tmp/json"
403 ],
404 "cwd": "[BUILDER_CACHE]/linux",
405 "env": {
406 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
407 },
408 "name": "find isolated tests",
409 "~followup_annotations": [
410 "@@@STEP_LOG_LINE@json.output@{@@@",
411 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
412 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
413 "@@@STEP_LOG_LINE@json.output@}@@@",
414 "@@@STEP_LOG_END@json.output@@@",
415 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
416 ]
417 },
418 {
419 "cmd": [
420 "python",
421 "-u",
422 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
423 "browser_tests"
424 ],
425 "cwd": "[BUILDER_CACHE]/linux",
426 "env": {
427 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
428 },
429 "name": "[error] browser_tests",
430 "~followup_annotations": [
431 "@@@STEP_LOG_LINE@python.inline@@@@",
432 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
433 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
434 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
435 "@@@STEP_LOG_END@python.inline@@@"
436 ]
437 },
438 {
439 "cmd": [
440 "python",
441 "-u",
322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 442 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
323 "--target", 443 "--target",
324 "Release", 444 "Release",
325 "--no-xvfb", 445 "--no-xvfb",
326 "--factory-properties", 446 "--factory-properties",
327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Site Isolation L inux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 447 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Site Isolation L inux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
328 "--build-properties", 448 "--build-properties",
329 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Site Isolation L inux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 449 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Site Isolation L inux\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_builder name\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
330 "--step-name=webkit_tests", 450 "--step-name=webkit_tests",
331 "--builder-name=Site Isolation Linux", 451 "--builder-name=Site Isolation Linux",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "env": { 507 "env": {
388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
389 }, 509 },
390 "name": "archive_webkit_tests_results", 510 "name": "archive_webkit_tests_results",
391 "~followup_annotations": [ 511 "~followup_annotations": [
392 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 512 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
393 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 513 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
394 ] 514 ]
395 }, 515 },
396 { 516 {
517 "cmd": [
518 "python",
519 "-u",
520 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
521 "browser_tests"
522 ],
523 "cwd": "[BUILDER_CACHE]/linux",
524 "env": {
525 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
526 },
527 "name": "[collect error] browser_tests",
528 "~followup_annotations": [
529 "@@@STEP_LOG_LINE@python.inline@@@@",
530 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
531 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
532 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
533 "@@@STEP_LOG_END@python.inline@@@"
534 ]
535 },
536 {
397 "name": "$result", 537 "name": "$result",
398 "recipe_result": null, 538 "recipe_result": null,
399 "status_code": 0 539 "status_code": 0
400 } 540 }
401 ] 541 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698