aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorJeremy Leconte <jleconte@webrtc.org>2022-03-18 10:21:07 +0100
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-18 13:30:59 +0000
commit4fc9bd9f69a0d88889d86d0cc9f8e27406e8a342 (patch)
tree7b9ce87f3416da063d0c2b7794d6d3c88d47ed69 /PRESUBMIT.py
parente9a6ada2e3e2c2c9e2f57ed336d91e7828255082 (diff)
downloadwebrtc-4fc9bd9f69a0d88889d86d0cc9f8e27406e8a342.tar.gz
Add a new script to upload perf tests.
Also add a script to do the bridge between a python 2 and a python 3 interpreter. This should be removed when the merge scripts will be using python 3 (https://crbug.com/webrtc/13835). Note that webrtc_dashboard_upload.py will be removed when the new script is stabilized. Bug: webrtc:13806 Change-Id: I806fa11f417ef37674bdaeb5126c71570e3697d7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255560 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36252}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 5c7db2e9d6..f01338f2ef 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -820,9 +820,10 @@ def RunPythonTests(input_api, output_api):
return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
excluded_files = [
- # This test should be run manually after webrtc_dashboard_upload target
+ # These tests should be run manually after webrtc_dashboard_upload target
# has been built.
- 'catapult_uploader_test.py'
+ 'catapult_uploader_test.py',
+ 'process_perf_results_test.py',
]
test_directories = [