-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
chore: update remaining CI pipelines to k8s v1.31.0 #41081
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This is breaking k8s integration tests for some reason, looking at the build logs I can't spot any meaningful error messages. Leaving this as draft for now. |
@elastic/obs-cloudnative-monitoring This PR is failing when running integration tests, but I can't spot any error messages in the logs. Any idea how I can go about debugging this? I can only spot a single error:
|
@mauri870 wondering if this has to do with the fact that you are trying to merge it 9.0 version and we still have some issues with the version of the packages. For the troubleshooting I would advise to go to your local folder and : cd metricbeat
mage goIntegTest See also here some more info for how to run go tests for metricbeat Can you reproduce the issue locally? |
Thanks! I tested this locally and it does not seem to fail for me. I pushed a debug log to test it on BK and I got the actual error:
Trying this command locally works just fine, I'm not sure what exact problem the builder is experiencing. |
@gizas Turns out something broke between kind v0.20.0 and v0.24.0 that is causing failures in BK. |
Raised #41257 so we can look into the failure in a separate issue. |
Enabled auto-merge. |
* chore: update pipeline to k8s v1.31.0 * print error to debug test failures (cherry picked from commit 839733f)
* chore: update pipeline to k8s v1.31.0 * print error to debug test failures (cherry picked from commit 839733f) Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
* chore: update pipeline to k8s v1.31.0 * print error to debug test failures
Proposed commit message
This PR fixes some leftovers from #40856.
Related issues