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

Unified Diff: PRESUBMIT.py

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Exclude all of webrtc_cases in PRESUBMIT.py and add a comment explaining it is because these are te… Created 3 years, 9 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 | « no previous file | tools/perf/page_sets/data/webrtc_audio_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 16f00ad5bff741fd78119cda7f62031447597c1d..6d82d09704cceea1f43e0188b6cb86f186973280 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -26,6 +26,8 @@ _EXCLUDED_PATHS = (
r".*vulcanized.html$",
r".*crisper.js$",
r"tools[\\\/]md_browser[\\\/].*\.css$",
+ # Test pages for WebRTC telemetry tests.
+ r"tools[\\\/]perf[\\\/]page_sets[\\\/]webrtc_cases.*",
)
« no previous file with comments | « no previous file | tools/perf/page_sets/data/webrtc_audio_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698