We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05f0cf commit ff599bcCopy full SHA for ff599bc
pants.ci.toml
@@ -11,6 +11,13 @@ remote_provider = "experimental-github-actions-cache"
11
remote_cache_read = true
12
remote_cache_write = true
13
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
+
21
[stats]
22
# "print metrics of your cache's performance at the end of the run,
23
# including the number of cache hits and the total time saved thanks
0 commit comments