[9.2] [CI] Fix type check cache error on changed files (#259485)#259891
Merged
kibanamachine merged 1 commit intoelastic:9.2from Mar 27, 2026
Merged
[9.2] [CI] Fix type check cache error on changed files (#259485)#259891kibanamachine merged 1 commit intoelastic:9.2from
kibanamachine merged 1 commit intoelastic:9.2from
Conversation
## Summary FIPS environments change the environment dynamically to enable FIPS in CI through some files in `config/`. This causes the type check cache to error incorrectly due to "changed build files" ([example](https://buildkite.com/elastic/kibana-pull-request/builds/415961#019d22cf-17e4-4851-993e-60706fbf13a1/L6980)). We now ignore these files in the underlying `git status` check and also improve the logging to show the actual changed files when this error occurs. Fixed run: https://buildkite.com/elastic/kibana-pull-request/builds/415966#019d22e4-63d1-4419-9567-41f2d3534ba1 (cherry picked from commit 8110491)
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.2:Questions ?
Please refer to the Backport tool documentation