mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary Trying to address slow config issue: ``` The following "Functional Tests" configs have durations that exceed the maximum amount of time desired for a single CI job. This is not an error, and if you don't own any of these configs then you can ignore this warning.If you own any of these configs please split them up ASAP and ask Operations if you have questions about how to do that. x-pack/test/alerting_api_integration/spaces_only/config.ts: 41.4 minutes ``` by splitting it into multiple groups. _1 round (splitting main index file with 3 index suites where each one has its own setup/tearDown + alerting suite into 4 groups)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 7m 1s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts **15m 10s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts **21m 40s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 5m 30s x-pack/test/alerting_api_integration/spaces_only/tests/action_task_params/config.ts 2m 31s x-pack/test/alerting_api_integration/spaces_only/tests/actions/config.ts 4m 22s _2 round (rebalance groups 1-4 to be more time equal)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 12m 46s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 46s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 17m 30s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 9m 5s Here `Alerting eventLog alerts should generate expected alert events for normal operation` test started to fail, probably there is a dependency on the previous tests. _3 round (rebalance groups 1-4, to keep tests order in group 1 up until `event_log.ts` suite)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 17m 12s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 28s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 16m 15s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 6m 21s _4 round (rebalancing groups 3-4 to be more time equal)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts **17m 14s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts **8m 37s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts **12m 40s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts **9m 49s** --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
hooks | ||
pipeline-utils | ||
pipelines | ||
scripts | ||
.mocharc.json | ||
.npmrc | ||
disabled_jest_configs.json | ||
ftr_configs.yml | ||
package-lock.json | ||
package.json | ||
pull_requests.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.test.json |
Kibana / Buildkite
Directory Structure
hooks
- special directory used by Buildkite agents for hookspipeline-utils
- Shared TypeScript utils for use in pipeline scriptspipelines
- contains pipeline definitionsscripts/common
- scripts that getsource
d by other scripts to set environment variables or import shared functionsscripts/lifecycle
- general scripts for tasks that run before or after individual steps or the entire buildscripts/steps
- scripts that define something that will run for a step defined in a pipelinescripts/*
- all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not besource
d