OpenNetLab / AlphaRTC

Evaluation framework for RL-based bitrate control for WebRTC
BSD 3-Clause "New" or "Revised" License
96 stars 37 forks source link

Faster azure pipeline testing #93

Open jeongyooneo opened 1 year ago

jeongyooneo commented 1 year ago

Currently it takes ~30min for each commit to an opened PR, which is quite large. Especially, sync dependencies phase takes 15m 38s, as the test pipeline builds everything from the scratch, including depot_tools and fetching chromium (gclient sync). We need to find a way to remove this phase with a docker image that contains depot_tools and chromium.

MicrosoftTeams-image