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 manifest generation step for e2e test #6452

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

luolanzone
Copy link
Contributor

generate-manifest.sh generates manifests to the standard output by default, this means all feature changes in test.sh does not take effect now without file redirection. Add it back to save the changes to the local antrea.yml.

The bug is introduced by #6010 which has been merged, we need to merge this bug fix ASAP, otherwise, our e2e tests for other PRs might not be valid.

generate-manifest.sh generates manifests to the standard output by default,
this means all feature changes in test.sh does not take effect now
without file redirection. Add it back to save the changes to the local antrea.yml.

Signed-off-by: Lan Luo <luola@vmware.com>
@luolanzone luolanzone added the kind/bug Categorizes issue or PR as related to a bug. label Jun 17, 2024
@luolanzone
Copy link
Contributor Author

/test-flexible-ipam-e2e

@luolanzone
Copy link
Contributor Author

There are still failed test cases but no error like antreaipam_anp_test.go:80: Creating IPPool failed, err=Internal error occurred: failed calling webhook "ippoolvalidator.antrea.io": failed to call webhook: the server could not find the requested resource now. Rerun to see if it can pass or not.

/test-flexible-ipam-e2e

@antoninbas
Copy link
Contributor

/test-flexible-ipam-e2e

@luolanzone
Copy link
Contributor Author

luolanzone commented Jun 18, 2024

Current failures are caused by incorrect MTU, teams are working on recovering the testbed, I created a bug #6456 to track an issue we found during troubleshooting.

@tnqn tnqn merged commit 668d813 into antrea-io:main Jun 18, 2024
47 of 54 checks passed
@luolanzone luolanzone deleted the fix-manifests-generation branch June 18, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants