-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add Ubuntu 24.04 to integration testing. #4898
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request does not have a backport label. Could you fix it @blakerouse? 🙏
NOTE: |
Just out of curiosity, when will be able to remove |
Not before April 2025 indeed. |
Looks like ubuntu was not found - |
There is also paid LTS that extends the life cycle of an LTS from 5 years to 10 years. Possible that even with LTS EOL, that some customers are using past EOL with support. Just something to think about, when it comes to dropping full support. |
|
What does this PR do?
Adds the latest Ubuntu LTS release
24.04
to the integration testing framework.Why is it important?
Ensures that the Elastic Agent stays working on the latest release of Ubuntu.
Checklist
[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry in./changelog/fragments
using the changelog toolDisruptive User Impact
None.
How to test this PR locally
mage integration:test
will now use Ubuntu 24.04 as the defaultRelated issues