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

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

Issue 2100543002: Run layout tests on Site Isolation Win FYI bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix the flag (--isolate-extensions -> --isolate-sites-for-testing) Created 4 years, 6 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "[ROOT]\\build_data_dir", 274 "[ROOT]\\build_data_dir",
275 "--compiler", 275 "--compiler",
276 "goma", 276 "goma",
277 "--goma-jsonstatus", 277 "--goma-jsonstatus",
278 "/path/to/tmp/json", 278 "/path/to/tmp/json",
279 "--goma-service-account-json-file", 279 "--goma-service-account-json-file",
280 "C:\\creds\\service_accounts\\service-account-goma-client.json", 280 "C:\\creds\\service_accounts\\service-account-goma-client.json",
281 "--goma-dir", 281 "--goma-dir",
282 "[CACHE]\\cipd\\goma", 282 "[CACHE]\\cipd\\goma",
283 "--", 283 "--",
284 "blink_tests",
284 "content_browsertests", 285 "content_browsertests",
285 "content_unittests" 286 "content_unittests"
286 ], 287 ],
287 "env": { 288 "env": {
288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
289 }, 290 },
290 "name": "compile", 291 "name": "compile",
291 "~followup_annotations": [ 292 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
293 "@@@STEP_LOG_END@json.output (invalid)@@@" 294 "@@@STEP_LOG_END@json.output (invalid)@@@"
294 ] 295 ]
295 }, 296 },
296 { 297 {
298 "cmd": [
299 "python",
300 "-u",
301 "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests ",
302 "--target",
303 "Release",
304 "--results-directory",
305 "[SLAVE_BUILD]\\layout-test-results",
306 "--build-dir",
307 "[SLAVE_BUILD]\\src\\out",
308 "--json-test-results",
309 "/path/to/tmp/json",
310 "--test-results-server",
311 "test-results.appspot.com",
312 "--build-number",
313 "571",
314 "--builder-name",
315 "Site Isolation Win",
316 "--step-name",
317 "webkit_tests",
318 "--additional-driver-flag",
319 "--isolate-sites-for-testing=*.is",
320 "--additional-expectations",
321 "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensio ns",
322 "--master-name",
323 "chromium.fyi",
324 "--debug-rwt-logging"
325 ],
326 "env": {
327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
328 },
329 "name": "webkit_tests",
330 "~followup_annotations": [
331 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
332 ]
333 },
334 {
335 "cmd": [
336 "python",
337 "-u",
338 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
339 "--results-dir",
340 "[SLAVE_BUILD]\\layout-test-results",
341 "--build-dir",
342 "[SLAVE_BUILD]\\src\\out",
343 "--build-number",
344 "571",
345 "--builder-name",
346 "Site Isolation Win",
347 "--gs-bucket",
348 "gs://chromium-layout-test-archives"
349 ],
350 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
352 },
353 "name": "archive_webkit_tests_results",
354 "~followup_annotations": [
355 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Win/571/layout-test-results/results.html@@@" ,
356 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Win/571/layout-test-results.zip@@@"
357 ]
358 },
359 {
360 "cmd": [
361 "python",
362 "-u",
363 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
364 "--target",
365 "Release_x64"
366 ],
367 "env": {
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
369 },
370 "name": "process_dumps"
371 },
372 {
297 "name": "$result", 373 "name": "$result",
298 "recipe_result": null, 374 "recipe_result": null,
299 "status_code": 0 375 "status_code": 0
300 } 376 }
301 ] 377 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698