文件最后提交记录最后更新时间
Downgrade go runtime to 1.16 for macOS AppRTC tests. Starting from Go 1.17, modules are the default and cannot be disabled. This requires a change in the GitHub repositury [1]. As a stopgap solution, this CL moves Go back to 1.16 and disables modules [2]. [1] - https://github.com/webrtc/apprtc/tree/master/src/collider [2] - https://go.dev/blog/go116-module-changes No-Presubmit: True Bug: webrtc:14342 Change-Id: Idd03639588bc03497a78f0cef350daebf3b2f1d9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271481 Reviewed-by: Evan Shrubsole <eshr@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37760} 3 年前
Update prebuilt AppRTC Version cfb35d9212a06c1dfc31149c54f196708287a149 Google Cloud SDK 191.0.0 Node v8.9.4 Bug: None No-Try: True Change-Id: Ia488899e28bbee37db5cae0ada76729c349ba7dd Reviewed-on: https://webrtc-review.googlesource.com/59324 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22265}8 年前
Format build_apprtc.py as requested by presubmit. No-Try: True Bug: None Change-Id: I17e8abd3678dec4ffc33ce5932952046e06194e5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271500 Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Evan Shrubsole <eshr@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37761} 3 年前
Reformat python files checked by pylint (part 1/2). After recently changing .pylintrc (see [1]) we discovered that the presubmit check always checks all the python files when just one python file gets updated. This CL moves all these files one step closer to what the linter wants. Autogenerated with: # Added all the files under pylint control to ~/Desktop/to-reformat cat ~/Desktop/to-reformat | xargs sed -i '1i\\' git cl format --python --full This is part 1 out of 2. The second part will fix function names and will not be automated. [1] - https://webrtc-review.googlesource.com/c/src/+/186664 No-Presubmit: True Bug: webrtc:12114 Change-Id: Idfec4d759f209a2090440d0af2413a1ddc01b841 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190980 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32530} 5 年前
Update prebuilt AppRTC Version cfb35d9212a06c1dfc31149c54f196708287a149 Google Cloud SDK 191.0.0 Node v8.9.4 Bug: None No-Try: True Change-Id: Ia488899e28bbee37db5cae0ada76729c349ba7dd Reviewed-on: https://webrtc-review.googlesource.com/59324 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22265}8 年前
Reformat python files checked by pylint (part 1/2). After recently changing .pylintrc (see [1]) we discovered that the presubmit check always checks all the python files when just one python file gets updated. This CL moves all these files one step closer to what the linter wants. Autogenerated with: # Added all the files under pylint control to ~/Desktop/to-reformat cat ~/Desktop/to-reformat | xargs sed -i '1i\\' git cl format --python --full This is part 1 out of 2. The second part will fix function names and will not be automated. [1] - https://webrtc-review.googlesource.com/c/src/+/186664 No-Presubmit: True Bug: webrtc:12114 Change-Id: Idfec4d759f209a2090440d0af2413a1ddc01b841 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190980 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32530} 5 年前
Reformat python files checked by pylint (part 1/2). After recently changing .pylintrc (see [1]) we discovered that the presubmit check always checks all the python files when just one python file gets updated. This CL moves all these files one step closer to what the linter wants. Autogenerated with: # Added all the files under pylint control to ~/Desktop/to-reformat cat ~/Desktop/to-reformat | xargs sed -i '1i\\' git cl format --python --full This is part 1 out of 2. The second part will fix function names and will not be automated. [1] - https://webrtc-review.googlesource.com/c/src/+/186664 No-Presubmit: True Bug: webrtc:12114 Change-Id: Idfec4d759f209a2090440d0af2413a1ddc01b841 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190980 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32530} 5 年前
README.md

This directory contains prebuilt tools used during end-to-end tests. They will be downloaded by their SHA1 hash, and are not meant to be checked in.

Updating prebuilt_apprtc.zip:

  • Follow AppRTC instructions:
    • git clone https://github.com/webrtc/apprtc
    • Install NodeJS:
      • Download https://nodejs.org/ and extract it
      • export PATH="$(pwd)/node-v6.10.3-linux-x64/bin:$PATH"
    • cd apprtc
    • npm install
    • export PATH="$(pwd)/node_modules/.bin:$PATH"
    • pip install --user --upgrade pip setuptools - needed only on old systems
    • grunt
  • Vendor collider's dependencies:
    • ln -s "$(pwd)/src/collider" src/src
    • GOPATH="$(pwd)/src" go get -d collidermain
    • rm src/src
  • Install additional components:
    • python temp/google-cloud-sdk/bin/dev_appserver.py out/app_engine
      • Stop it and run the suggestion: ./temp/google-cloud-sdk/bin/gcloud components install app-engine-python-extras
  • Remove largest unneeded files:
    • rm -rf .git node_modules browsers temp/google-cloud-sdk/.install/.{backup,download} temp/google-cloud-sdk/platform/google_appengine/lib/django-*
  • zip -r prebuilt_apprtc.zip apprtc/
  • mv prebuilt_apprtc.zip webrtc/src/rtc_tools/testing/prebuilt_apprtc.zip

Updating golang/*:

  • Go to https://golang.org/dl/
  • Download these files:
    • go*.linux-amd64.tar.gz -> golang/linux/go.tar.gz
    • go*.darwin-amd64.tar.gz -> golang/mac/go.tar.gz
    • go*.windows-amd64.zip -> golang/windows/go.zip

After updating the archives:

  • cd webrtc/src/rtc_tools/testing
  • For each updated archive:
    • upload_to_google_storage.py file.zip --bucket=chromium-webrtc-resources
  • git commit -a && git cl upload