-
Notifications
You must be signed in to change notification settings - Fork 386
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
Antrea GKE CI job keeps failing #1032
Comments
Some findings after digging into the full logs of this particular failure: http://jenkins.antrea-ci.rocks/view/cloud/job/cloud-antrea-gke-conformance-net-policy/52/ It seems that the testcase
The log is just from one run and we need more samples to confirm if this is happening for each of the GKE conformance failures. Some suspects:
@antoninbas should we try changing the tunnel type to VXLAN for GKE in CI and experiment whether the tests can pass consistently? |
@Dyanngg you can experiment with VXLAN if you want, but if this started happening after the switch to Geneve, then I think it may indeed be connected to #897. If @srikartati is working on this actively, maybe we can wait and see if there is progress in the next couple days. |
Moving this to the v0.10.0 milestone. We are making progress on #897 but we don't have a solution yet. |
The positive news is that GKE tests have been consistently passing this week. I experimented with VXLAN a week ago and it not resolve the issue. From those test logs last week I was still seeing NetworkPolicy tests fail because of initial setup phase failure (client pod cannot reach server pod w/o any policy enforced). |
Closing this issue as it is not occuring any more. |
Describe the bug
It seems that the job is failing most of the time. Last 6 runs failed, but every time it was a different job failing:
And so on...
Expected
Tests should pass consistently.
Actual behavior
The job is flaky, but it is never the same test failing.
Versions:
Antrea TOT
Additional context
Full build history: http://jenkins.antrea-ci.rocks/view/cloud/job/cloud-antrea-gke-conformance-net-policy/
The text was updated successfully, but these errors were encountered: