Skip to content

Commit ff599bc

Browse files
committed
pants ci: filter remote cache warnings
1 parent b05f0cf commit ff599bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pants.ci.toml

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ remote_provider = "experimental-github-actions-cache"
1111
remote_cache_read = true
1212
remote_cache_write = true
1313

14+
# https://www.pantsbuild.org/stable/reference/global-options#ignore_warnings
15+
ignore_warnings = [
16+
# remote cache errors caused by GitHub rate-limits are not helpful
17+
"Failed to read from remote cache",
18+
"Failed to write to remote cache",
19+
]
20+
1421
[stats]
1522
# "print metrics of your cache's performance at the end of the run,
1623
# including the number of cache hits and the total time saved thanks

0 commit comments

Comments
 (0)