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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
index e1722ed35f04db9779392e58445c1afa232d84c1..cb67fe3334acb6c9983a40484052f35b874d12cc 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Win.json
@@ -281,6 +281,7 @@
"--goma-dir",
"[CACHE]\\cipd\\goma",
"--",
+ "blink_tests",
"content_browsertests",
"content_unittests"
],
@@ -294,6 +295,81 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]\\src\\third_party\\WebKit\\Tools\\Scripts\\run-webkit-tests",
+ "--target",
+ "Release",
+ "--results-directory",
+ "[SLAVE_BUILD]\\layout-test-results",
+ "--build-dir",
+ "[SLAVE_BUILD]\\src\\out",
+ "--json-test-results",
+ "/path/to/tmp/json",
+ "--test-results-server",
+ "test-results.appspot.com",
+ "--build-number",
+ "571",
+ "--builder-name",
+ "Site Isolation Win",
+ "--step-name",
+ "webkit_tests",
+ "--additional-driver-flag",
+ "--isolate-sites-for-testing=*.is",
+ "--additional-expectations",
+ "src\\third_party\\WebKit\\LayoutTests\\FlagExpectations\\isolate-extensions",
+ "--master-name",
+ "chromium.fyi",
+ "--debug-rwt-logging"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
+ "name": "webkit_tests",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py",
+ "--results-dir",
+ "[SLAVE_BUILD]\\layout-test-results",
+ "--build-dir",
+ "[SLAVE_BUILD]\\src\\out",
+ "--build-number",
+ "571",
+ "--builder-name",
+ "Site Isolation Win",
+ "--gs-bucket",
+ "gs://chromium-layout-test-archives"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
+ "name": "archive_webkit_tests_results",
+ "~followup_annotations": [
+ "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-layout-test-archives/Site_Isolation_Win/571/layout-test-results/results.html@@@",
+ "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-archives/Site_Isolation_Win/571/layout-test-results.zip@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
+ "--target",
+ "Release_x64"
+ ],
+ "env": {
+ "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
+ },
+ "name": "process_dumps"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« 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