Skip to content

Commit

Permalink
Disable lazy fetch in pantsbuild CI (#17741)
Browse files Browse the repository at this point in the history
Pantsbuild CI experiences #16667 fairly frequently (where a long running job hits an authentication error), and until we have resolved that issue, we don't want to continue subject contributors to flaky failures.
  • Loading branch information
stuhood authored Dec 7, 2022
1 parent bca1b5a commit e8ed05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ build_ignore.add = [

unmatched_build_file_globs = "error"

# TODO: May cause tests which experience missing digests to hang. If you experience an
# issue, please change this to `fetch` and then report an issue on:
# TODO: We would like to be able to use `validate` or `defer` here, but further hardening of
# network codepaths is needed. See:
# https://github.com/pantsbuild/pants/issues/16096.
cache_content_behavior = "validate"
cache_content_behavior = "fetch"

[anonymous-telemetry]
enabled = true
Expand Down

0 comments on commit e8ed05b

Please sign in to comment.