forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to commaai#30706 Optimize the `setup-with-retry` stage in CI jobs to finish in less than 20 seconds. * **Dockerfile.openpilot_base** - Split the installation of Python dependencies into smaller layers to improve download concurrency. - Add comments to explain the changes made. * **.github/workflows/setup-with-retry/action.yaml** - Reduce the sleep time between retries to 5 seconds. - Add a step to cache Python dependencies using GitHub Actions cache. * **.github/workflows/setup/action.yaml** - Add a step to restore the Python dependencies cache. - Add a step to save the Python dependencies cache.
- Loading branch information
1 parent
8e14e40
commit f76ecce
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters