x/build/app/appengine: deploying with clean working tree affects the deploy because certain files are in .gitignore but not .gcloudignore #36553
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
In x/build right now:
Not all the files that are gitignored are included in
.gcloudignore
files, so it's possible to have a clean working status as reported bygit status
, but still have unwanted files get included in the deploy. That can cause increase in deploy time, or failures (see #34936 (comment)).I think we should either remove
.gitignore
files that we can get by without (so that files aren't invisible when you dogit status
), or include them into.gcloudignore
.My preference is to remove
.gitignore
files, but I don't know if others find them more useful than harmful. Thoughts?/cc @bradfitz @cagedmantis @toothrot
The text was updated successfully, but these errors were encountered: