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

Issue 2861653005: Moving scripts to download and build apprtc/collider. (Closed)

Created:
3 years, 7 months ago by mbonadei
Modified:
3 years, 7 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, oprypin_webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Moving scripts to download and build apprtc/collider. We are starting to move code to setup our tests from [1]. We are moving only scripts to download and build apprtc, collider and node (scripts that work on firefox have not been copied by this CL). [1] - https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS/ BUG=webrtc:7602 NOTRY=True Review-Url: https://codereview.webrtc.org/2861653005 Cr-Commit-Position: refs/heads/master@{#18060} Committed: https://chromium.googlesource.com/external/webrtc/+/9e5841a1d8814395c0706c28ed59ec0bc31c5cad

Patch Set 1 #

Total comments: 2

Patch Set 2 : removing codereview config file #

Patch Set 3 : introducing script to glue other scripts #

Patch Set 4 : removing unused imports #

Patch Set 5 : removing download_node.py (it seems unused) #

Total comments: 10

Patch Set 6 : refactoring setup_apprtc #

Total comments: 9

Patch Set 7 : removing unused code #

Patch Set 8 : rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+438 lines, -0 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
A webrtc/tools/testing/build_apprtc_collider.py View 1 2 3 4 5 1 chunk +62 lines, -0 lines 0 comments Download
A webrtc/tools/testing/build_mercurial_local.py View 1 2 3 4 5 1 chunk +47 lines, -0 lines 0 comments Download
A webrtc/tools/testing/download_apprtc_appengine_and_mercurial.py View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A webrtc/tools/testing/download_golang.py View 1 2 3 4 5 6 1 chunk +57 lines, -0 lines 0 comments Download
A webrtc/tools/testing/golang/linux/go.tar.gz.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/golang/mac/go.tar.gz.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/golang/win/go.zip.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/google-appengine.zip.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/mercurial-src.tar.gz.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/prebuilt_apprtc.zip.sha1 View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/tools/testing/setup_apprtc.py View 1 2 3 4 5 6 1 chunk +52 lines, -0 lines 0 comments Download
A webrtc/tools/testing/utils.py View 1 2 3 4 5 6 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
mbonadei
3 years, 7 months ago (2017-05-05 11:25:23 UTC) #4
kjellander_webrtc
I assume all the scripts are pristine copies from the other repo? In the DEPS ...
3 years, 7 months ago (2017-05-05 11:36:00 UTC) #5
mbonadei
On 2017/05/05 11:36:00, kjellander_webrtc wrote: > I assume all the scripts are pristine copies from ...
3 years, 7 months ago (2017-05-05 11:43:39 UTC) #6
mbonadei
https://codereview.webrtc.org/2861653005/diff/1/webrtc/tools/testing/codereview.settings File webrtc/tools/testing/codereview.settings (right): https://codereview.webrtc.org/2861653005/diff/1/webrtc/tools/testing/codereview.settings#newcode1 webrtc/tools/testing/codereview.settings:1: CODE_REVIEW_SERVER: codereview.chromium.org On 2017/05/05 11:36:00, kjellander_webrtc wrote: > Skip ...
3 years, 7 months ago (2017-05-05 11:43:48 UTC) #7
mbonadei
I have ported the list of steps from the DEPS file to webrtc/tools/testing/setup_apprtc.py.
3 years, 7 months ago (2017-05-05 13:03:09 UTC) #8
kjellander_webrtc
I think we should do a little more work here to give us more control ...
3 years, 7 months ago (2017-05-05 13:32:22 UTC) #9
mbonadei
PTAL :) https://codereview.webrtc.org/2861653005/diff/80001/webrtc/tools/testing/setup_apprtc.py File webrtc/tools/testing/setup_apprtc.py (right): https://codereview.webrtc.org/2861653005/diff/80001/webrtc/tools/testing/setup_apprtc.py#newcode13 webrtc/tools/testing/setup_apprtc.py:13: to run with Chrome's base dir as ...
3 years, 7 months ago (2017-05-08 12:01:09 UTC) #10
kjellander_webrtc
https://codereview.webrtc.org/2861653005/diff/100001/webrtc/tools/testing/copy_apprtc.py File webrtc/tools/testing/copy_apprtc.py (right): https://codereview.webrtc.org/2861653005/diff/100001/webrtc/tools/testing/copy_apprtc.py#newcode1 webrtc/tools/testing/copy_apprtc.py:1: #!/usr/bin/env python On 2017/05/08 12:01:09, mbonadei wrote: > It ...
3 years, 7 months ago (2017-05-08 13:28:43 UTC) #11
mbonadei
https://codereview.webrtc.org/2861653005/diff/100001/webrtc/tools/testing/copy_apprtc.py File webrtc/tools/testing/copy_apprtc.py (right): https://codereview.webrtc.org/2861653005/diff/100001/webrtc/tools/testing/copy_apprtc.py#newcode1 webrtc/tools/testing/copy_apprtc.py:1: #!/usr/bin/env python On 2017/05/08 13:28:43, kjellander_webrtc wrote: > On ...
3 years, 7 months ago (2017-05-08 15:31:21 UTC) #12
kjellander_webrtc
lgtm I created webrtc:7602 for you as well.
3 years, 7 months ago (2017-05-08 19:11:25 UTC) #14
mbonadei
On 2017/05/08 19:11:25, kjellander_webrtc wrote: > lgtm > > I created webrtc:7602 for you as ...
3 years, 7 months ago (2017-05-09 06:55:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2861653005/120001
3 years, 7 months ago (2017-05-09 06:56:46 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/16867)
3 years, 7 months ago (2017-05-09 07:00:17 UTC) #19
mbonadei
On 2017/05/09 07:00:17, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 7 months ago (2017-05-09 07:10:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2861653005/140001
3 years, 7 months ago (2017-05-09 07:11:14 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-09 07:13:52 UTC) #26
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/9e5841a1d8814395c0706c28e...

Powered by Google App Engine
This is Rietveld 408576698