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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2595793002: Run the webkit layout tests under swarming on linux_chromium_rel_ng. (Closed)
Patch Set: remove the webkit_layout_tests target and bump up the number of shards Created 4 years 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 266f4073b18fc824cbff3bb138483f79803e8a5b..f775312fb43bc806fab1a9818f78a6d49e324e2e 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -975,10 +975,23 @@
"label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests",
"type": "junit_test",
},
- "webkit_layout_tests": {
- "label": "//:webkit_layout_tests",
+ "some_webkit_layout_tests": {
+ "label": "//:some_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",
qyearsley 2017/01/13 01:09:11 Ah, so with this set-up, in the chromium_tests rec
qyearsley 2017/01/13 01:12:03 You just answered my question on the thread :-)
"args": [
"--xvfb",
"../../third_party/WebKit/Tools/Scripts/run-webkit-tests",

Powered by Google App Engine
This is Rietveld 408576698