Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing fn-eval test #4156

Merged
merged 3 commits into from
May 28, 2024
Merged

Conversation

fsommar
Copy link
Contributor

@fsommar fsommar commented May 28, 2024

This is a followup to #4129 which blocks the main branch from building due to a failing test. It also removes the porch files again as they were mistakenly included after a rebase.

The format was changed in upstream kyaml/fn version in
kubernetes-sigs/kustomize#4727.

Signed-off-by: Fredrik Sommar <fred.sommar+github@gmail.com>
I had issues running tests since it was using my custom settings for
`git diff`, resulting in mismatch when evaluating diffs.

I also had to prefix my commands with `env
DOCKER_DEFAULT_PLATFORM=linux/amd64` because I'm on Apple Silicon.
Otherwise, the warning output for platform mismatch also resulted in
false negatives.

Signed-off-by: Fredrik Sommar <fred.sommar+github@gmail.com>
Signed-off-by: Fredrik Sommar <fred.sommar+github@gmail.com>
@fsommar
Copy link
Contributor Author

fsommar commented May 28, 2024

/assign @mortent

Copy link
Contributor

@mortent mortent left a comment

Choose a reason for hiding this comment

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

Thanks @fsommar for the fix!

@mortent mortent merged commit 34610e8 into kptdev:main May 28, 2024
9 checks passed
@fsommar fsommar deleted the fix-failing-fn-eval-test branch May 29, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants