-
Notifications
You must be signed in to change notification settings - Fork 143
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
Integration test - Fetcher must collect SHAs #3073
Integration test - Fetcher must collect SHAs #3073
Conversation
This pull request does not have a backport label. Could you fix it @pchila? 🙏
NOTE: |
@blakerouse could you have a look at this?
|
🌐 Coverage report
|
buildkite test this |
Pinging @elastic/elastic-agent (Team:Elastic-Agent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
/test |
buildkite test this |
What does this PR do?
This PR adds support for fetchers to handle
sha512
hashes so that the elastic agent artifacts can be used as version to upgrade to using a--sourceURI
flag (that will be in a follow-up PR)Why is it important?
This change open up some upgrade test scenarios where we can use the local package on disk instead of waiting for it to be available through artifact API
Checklist
[ ] I have made corresponding changes to the documentation[ ] 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 tool[ ] I have added an integration test or an E2E testAuthor's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
Questions to ask yourself