Skip to content

Fix caching#3658

Open
alerman wants to merge 4 commits into
integrationfrom
fix-caching
Open

Fix caching#3658
alerman wants to merge 4 commits into
integrationfrom
fix-caching

Conversation

@alerman

@alerman alerman commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread web-services/deploy/application/src/main/wildfly/add-datawave-configuration.cli Outdated
Comment thread web-services/deploy/application/src/main/wildfly/add-datawave-configuration.cli Outdated
@alerman alerman added this pull request to the merge queue Jul 8, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 8, 2026
<exclude>**/frontend/dist/**</exclude>
<!-- local noise -->
<exclude>**/*.pyc</exclude>
<exclude>**/.DS_Store</exclude>

@ddanielr ddanielr Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that all files are now included with the glob change, the contents of the .git dir should be excluded so the build-cache isn't generating a bunch of hash calculations for things like remote branchs.

Suggested change
<exclude>**/.DS_Store</exclude>
<exclude>**/.DS_Store</exclude>
<!-- Exclude the entire .git directory from hash calculations -->
<exclude>.git</exclude>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants