Open kibanamachine opened 3 months ago
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)
@elastic/fleet, @elastic/appex-qa could you help us figure out what is happening here? In the build and we are getting the following error
[00:00:23] │ proc [kibana] [2024-08-02T13:57:32.445+00:00][ERROR][plugins.fleet] '503 Service Temporarily Unavailable' error response from package registry at https://epr.elastic.co/epr/system/system-1.0.0.zip {"service":{"node":{"roles":["background_tasks","ui"]}}}
Looks like something failed regarding package registry, here is another reference where this also happened: https://github.com/elastic/kibana/issues/188676
Since epr.elastic.co is an internet-facing service exposed over HTTP, it's subject to network flakiness during CI runs. To mitigate this, these tests should be using the dockerized EPR instance available in CI as we do in other suites, e.g.
This will spin up a Dockerized instance of EPR available in Kibana CI that will avoid the network hop to epr.elastic.co, and should fix any flakiness associated with these requests. When running locally, you can provide FLEET_PACKAGE_REGISTRY_PORT=12345
as an env var to yarn test:ftr:runner
to spin up this container during local FTR runs.
Thanks for your prompt response @kpollich, I'll take a look at the references and accommodate the tests with the dockerized instance.
New failure: kibana-on-merge - 8.15
A test failed on a tracked branch
First failure: kibana-on-merge - main