-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* #191805
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
49447fa
to
8385a47
Compare
/ci |
1 similar comment
/ci |
Flakiness was due to (Client.Timeout exceeded while awaiting headers):
|
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 !!
Same "extra tests" failing on kibana / on merge unsupported ftrs (Upgrade EUI to v95.9.0 (#190752)) as well |
@elasticmachine merge upstream |
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
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.
Obs Ux Infra Services changes LGTM (code review)
Reached out to ops team for guidance on what to do in this situation: where tests are failing on https://buildkite.com/elastic/kibana-on-merge-unsupported-ftrs and in a pr |
Adding the ci:all-cypress-suites label back now |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Public APIs missing exports
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
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.
Fleet changes LGTM 🚀
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.
Core changes LGTM!
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
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 🚀
Summary
Moving common services to respective new homes.
This PR is revived from a previously merged and reverted PR as detailed here.
x-pack/plugins/observability_solution/
as configured hereWhy these failures were not caught in the original PR
The pipeline is generated at runtime, and the original PR had zero changes under
x-pack/plugins/observability_solution/
Changes on top of original PR
ci:all-cypress-suites
label to run extra testsservices
stanza to which contains the missing references by spreading the services from@kbn/ftr-common-functional-services
&&@kbn/ftr-common-functional-ui-services
into the stanza, for the following:x-pack/plugins/observability_solution/synthetics/e2e/config.ts
x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts
x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts
x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts
x-pack/plugins/observability_solution/synthetics/e2e/config.ts
x-pack/plugins/observability_solution/uptime/e2e/config.ts
Blocked by: #191961
Resolves: #188541