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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2678153003: buildbot: Run the webkit layout tests under swarming on RandomOrder bots. (Closed)
Patch Set: Rebase onto master. Created 3 years, 10 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 80dc99424abd17e788c491f1cd9195291ebcf644..67b5b43f7f356aa999419e9426734bb2b38ace9a 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -1007,7 +1007,20 @@
"webkit_layout_tests": {
"label": "//:webkit_layout_tests",
"type": "script",
- "script": "//testing/scripts/run_telemetry_as_googletest.py",
+ "script": "//testing/scripts/run_isolated_script_test.py",
+ "args": [
+ "--xvfb",
+ "../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
+ "--clobber-old-results",
+ "--debug-rwt-logging",
+ "--no-show-results",
+ "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results",
+ ],
+ },
+ "webkit_layout_tests_exparchive": {
+ "label": "//:webkit_layout_tests_exparchive",
+ "type": "script",
+ "script": "//testing/scripts/run_isolated_script_test.py",
"args": [
"--xvfb",
"../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698