-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use remote execution with the lint CI shard (#9156)
Now that we are using V2 isort and docformatter, and will soon use Black, we are running into the atrocious performance Pants currently has when running with a completely cold cache due to per-target caching: https://docs.google.com/document/d/1Tdof6jx9aVaOGeIQeI9Gn-8x7nd6LfjnJ0QrbLFBbgc/edit#. We no longer store `.lmbd_store` in CI, so this means that we always have a cold cache and our lint shard was frequently timing out. While we can fix this by simply using `travis-wait`, we would still have extremely slow results. Instead, we can use remote caching to have this shard only run over targets that have actually changed.
- Loading branch information
1 parent
9a18727
commit d690ab2
Showing
3 changed files
with
38 additions
and
19 deletions.
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