-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add Watcher to available rest resources #53319
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 Watcher to available rest resources #53319
Conversation
Prior to this commit Watcher explicitly copied test between two projects with a copy task. This commit removes the explicit copy in favor of adding the Watcher tests to the available restResources that may be copied between projects. This is how inter-project dependencies should be modeled. However, only Watcher is included here since it is (currently) the only project with inter-project test dependencies.
|
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
|
failure looks related :( , looking into this. |
|
@elasticmachine update branch |
mark-vieira
left a comment
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.
This is awesome. LGTM 👍
|
Before merging, need to re-run tests through CI after #53532 is merged. |
|
@elasticmachine update branch |
This reverts commit 887541e.
|
This failed the intake test and was reverted. removing labels and will re-reintroduce in a different PR |
…"" This reverts commit 4f48e05.
Prior to this commit Watcher explicitly copied test between two
projects with a copy task. This commit removes the explicit copy in favor
of adding the Watcher tests to the available restResources that may be
copied between projects.
This is how inter-project dependencies should be modeled. However, only
Watcher is included here since it is (currently) the only project with
inter-project test dependencies.