Commit graph

11 commits

Author SHA1 Message Date
Jeremy Leconte
94029b812f Remove unused script webrtc_dashboard_upload.py
The script process_perf_results.py is used instead.

Bug: webrtc:13806
Change-Id: I672da41d7264d5f996eef38f1178f486dad968ee
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256220
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#36278}
2022-03-21 12:54:42 +00:00
Tony Herre
b0ed12099f Update links to point at main branch
As part of go/coil update code search links to not point to the
"master" branch.

Bug: chromium:1226942
Change-Id: I0ae9e84ecc660f789a69fe0b226f93bbc39a8a66
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226081
Commit-Queue: Tony Herre <toprice@chromium.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34531}
2021-07-22 16:41:26 +00:00
Andrey Logvin
a839cca2bc Update six library version
https://crrev.com/c/2837514 uses functionality that is not in the onld version. We need to update it to unblock chromium -> webrtc roll

Bug: None
Change-Id: Ie3052ff58606b2955aa3f984096f6ce20d3ad7b0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216241
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33835}
2021-04-26 16:39:07 +00:00
Mirko Bonadei
0958ca3e31 Reland "Add protobuf-py2_py3 3.13.0 to .vpython."
This is a reland of 9b53c29832

It looks like the idea was correct (see [1]), changes with respect to
the original at [2].

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/2545204/7/tools/privacy_budget/blink_apis/generate_blink_api_db.py
[2] - https://webrtc-review.googlesource.com/c/src/+/194261/1..2

Original change's description:
> Add protobuf-py2_py3 3.13.0 to .vpython.
>
> Starting from https://webrtc-review.googlesource.com/c/src/+/194081,
> WebRTC's protobuf are using version 3.13.0.1+ but when running on
> bots, we see errors that are probably caused by a version mismatch, see
> https://ci.chromium.org/p/webrtc/builders/perf/Perf%20Linux%20Trusty/4597.
>
> This CL updates WebRTC's .vpython to use protobuf 3.13.0.
>
> TBR=kwiberg@webrtc.org
>
> No-Try: True
> Bug: None
> Change-Id: I6bc5e71bacc67dbd9299a9588ddf826778451949
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194143
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Andrey Logvin <landrey@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32642}

TBR=kwiberg@webrtc.org

No-Try: True
No-Presubmit: True
Bug: None
Change-Id: Ic61d477b7ad104d15edf4afbbfb9c51f261bc435
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194261
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32649}
2020-11-20 07:52:26 +00:00
Mirko Bonadei
df3fa989f2 Revert "Add protobuf-py2_py3 3.13.0 to .vpython."
This reverts commit 9b53c29832.

Reason for revert: It hasn't fixed the issue.

Original change's description:
> Add protobuf-py2_py3 3.13.0 to .vpython.
>
> Starting from https://webrtc-review.googlesource.com/c/src/+/194081,
> WebRTC's protobuf are using version 3.13.0.1+ but when running on
> bots, we see errors that are probably caused by a version mismatch, see
> https://ci.chromium.org/p/webrtc/builders/perf/Perf%20Linux%20Trusty/4597.
>
> This CL updates WebRTC's .vpython to use protobuf 3.13.0.
>
> TBR=kwiberg@webrtc.org
>
> No-Try: True
> Bug: None
> Change-Id: I6bc5e71bacc67dbd9299a9588ddf826778451949
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194143
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Andrey Logvin <landrey@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32642}

TBR=mbonadei@webrtc.org,kwiberg@webrtc.org,landrey@webrtc.org

Change-Id: I8d16d30bbe922b826f4839af941168a4d9b26318
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194260
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32648}
2020-11-20 07:28:56 +00:00
Mirko Bonadei
9b53c29832 Add protobuf-py2_py3 3.13.0 to .vpython.
Starting from https://webrtc-review.googlesource.com/c/src/+/194081,
WebRTC's protobuf are using version 3.13.0.1+ but when running on
bots, we see errors that are probably caused by a version mismatch, see
https://ci.chromium.org/p/webrtc/builders/perf/Perf%20Linux%20Trusty/4597.

This CL updates WebRTC's .vpython to use protobuf 3.13.0.

TBR=kwiberg@webrtc.org

No-Try: True
Bug: None
Change-Id: I6bc5e71bacc67dbd9299a9588ddf826778451949
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194143
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32642}
2020-11-19 16:00:58 +00:00
Mirko Bonadei
e2a72fa6fc Add 'requests' to .vpython.
This is needed since after [1], "requests" is imported by result_sink.py
but there are no explicit dependencies to configure the sys.path to
the requests module.

This CL applies the same configuration Chromium has, see [2].

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/2365216
[2] - https://source.chromium.org/chromium/chromium/src/+/master:.vpython;l=285-288;drc=e6df1447adea859ee8161feba5f803903ff55fee

TBR=tommi@webrtc.org

No-Try: True
Bug: chromium:1104245
Change-Id: I76fd8b183907fc923db633017914429d52003d4a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183762
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32059}
2020-09-09 14:36:03 +00:00
Patrik Höglund
cb0b87473a Add source-side perf upload script for WebRTC.
This effectively makes WebRTC upload histogram sets instead of Chart
JSON. Histogram sets is the newest format used by Chromium. I'm doing
this because it's nice to use the most modern thing, but mostly because
it's the default for PinPoint. This means I don't have to implement and
support a new read quest for Chart JSON.

This script has to be source side, because we need third_party/catapult
to write correct histograms. This script will be called from recipes.

I also considered generating histogram JSON directly in
test/testsupport/perf_test.cc, which could have avoided this conversion
from Chart JSON to histogram sets, but I can't because there is no C++
API for histogram sets.

Bug: webrtc:11084
Change-Id: If0d2315d2057112b3c2d54a9cfd12e59b5858a18
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159780
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29818}
2019-11-18 14:37:01 +00:00
Oleh Prypin
4639d46eaa Add vpython dependencies needed to run presubmit tests on LUCI
E.g. tools_webrtc/libs/generate_licenses_test.py needs 'mock', which needs the other libs added here.

This is taken from 641bce4223/.vpython (29)

TBR: kwiberg@webrtc.org
No-Try: True
Bug: chromium:749664
Change-Id: I180fc1190d2664c5a82f63857b740334145e7daa
Reviewed-on: https://webrtc-review.googlesource.com/77520
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23294}
2018-05-18 08:10:25 +00:00
Oleh Prypin
fa4fe647ed vpython: Specify dependency on pywin32
TBR: phoglund@webrtc.org
No-Try: True
Bug: chromium:749668
Change-Id: Ifb3398d67b57caf0bb34e01b8de06c26a08a4aee
Reviewed-on: https://webrtc-review.googlesource.com/53140
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22019}
2018-02-14 13:56:39 +00:00
oprypin
678636bf7c Add psutil to vpython dependencies (used on builder bots)
This is copied from https://chromium-review.googlesource.com/639357

BUG=chromium:761720
NOTRY=True
R=kjellander@webrtc.org
TBR=kwiberg@webrtc.org

Review-Url: https://codereview.webrtc.org/3008063002
Cr-Commit-Position: refs/heads/master@{#19646}
2017-09-04 08:04:16 +00:00