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

[Stack Monitoring] Support automatic update of stack version dependencies #4013

Closed
Tracked by #120415
matschaffer opened this issue Aug 17, 2022 · 3 comments
Closed
Tracked by #120415
Labels
Team:Infra Monitoring UI - DEPRECATED Label for the Infrastructure Monitoring UI team. - DEPRECATED - Use Team:obs-ux-infra_services

Comments

@matschaffer
Copy link
Contributor

PRs like #3993 introduce our own stack components as testing dependencies for our packages.

For the moment, I suspect we'll have to manually keep the version updated, or use a moving target like master-SNAPSHOT.

Ideally we'd have something similar to whatever opens PRs like elastic/beats#32720 that update the version when a snapshot gets fully built.

That way we have a forcing function to keep things up to date, but any failures introduced by new stack versions won't cause the main branch of this repo to start failing (only the "bump" PR should fail).

@matschaffer matschaffer added the Team:Infra Monitoring UI - DEPRECATED Label for the Infrastructure Monitoring UI team. - DEPRECATED - Use Team:obs-ux-infra_services label Aug 17, 2022
@matschaffer matschaffer changed the title Support automatic update of stack version dependencies [Stack Monitoring] Support automatic update of stack version dependencies Aug 17, 2022
@klacabane
Copy link
Contributor

klacabane commented Sep 22, 2022

Right now we'll validate against 8.5.0 and the plan is to update the version when new snapshots are released. It looks like elastic-package allows the definition of multiple versions in a variants.yml file and runs the test suite for each of the version defined. We should use that mechanism and append the new version to that file instead of replacing the old one.

@smith
Copy link
Contributor

smith commented Feb 7, 2023

This would be nice to have but we're not prioritizing it now.

@smith smith closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2023
@miltonhultgren
Copy link
Contributor

@smith We currently have a broken build for the Beats Integration due to some change happening in the Stack that isn't reflected in the tests continuously. Doing the work described in this issue would help us catch such issues early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Infra Monitoring UI - DEPRECATED Label for the Infrastructure Monitoring UI team. - DEPRECATED - Use Team:obs-ux-infra_services
Projects
None yet
Development

No branches or pull requests

4 participants