-
Notifications
You must be signed in to change notification settings - Fork 349
docs: add apm-aws-lambda
as a dependency
#2404
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
Conversation
@gtback I might need to pick your brain on this one. As the summary says, we're trying to add one repository as a dependency of the other three. The difficult part is that all four repositories are versioned differently. |
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.
The difficult part is that all four repositories are versioned differently.
This is exactly what map_branches
is for. The *mapMasterToMain
and *mapMainToMaster
are just shortcuts for when that's the only mismatch in branch names (and since all four of the repos use main
, you won't need either of those).
Co-authored-by: Greg Back <[email protected]>
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 (assuming tests pass and the preview looks good)
Build failed for the same reason the main build is failing. If we re-run this tomorrow, it will hopefully pass. |
@elasticmachine, run elasticsearch-ci/docs rebuild |
Summary
Adds the docs directory in
elastic/apm-aws-lambda
as a dependency to the following repos:elastic/apm-agent-java
elastic/apm-agent-nodejs
elastic/apm-agent-python
For https://github.com/elastic/observability-docs/issues/1707.