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

Unified Diff: testing/buildbot/manage.py

Issue 2077443002: Switch webgl2_conformance_tests to new harness, and shard them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-fetch current tab after browser restart. 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | testing/scripts/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/manage.py
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
index 302b113a3eceec7841f212dd495ed0d4f32fa99d..cb4450349d5ab9beb03605e53c250c1fa71bc7c8 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -141,14 +141,9 @@ SKIP_GN_ISOLATE_MAP_TARGETS = {
'chromevox_tests',
'nacl_helper_nonsfi_unittests',
- # These targets are run on the bots but not listed in the
- # buildbot JSON files.
- # TODO(kbr): remove these before closing http://crbug.com/542370 .
- 'angle_end2end_tests',
- 'gl_tests',
- 'gl_unittests',
- 'gles2_conform_test',
- 'tab_capture_end2end_tests',
+ # TODO(kbr): teach this script about isolated_scripts tests.
+ # crbug.com/620531
+ 'telemetry_gpu_integration_test',
'telemetry_gpu_test',
'telemetry_gpu_unittests',
'telemetry_perf_unittests',
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | testing/scripts/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698