Commit graph

2 commits

Author SHA1 Message Date
Dzmitry Lemechko
58b8c7aec0
[ska] [xpack] relocate platform tests (#225223)
## Summary

Part of https://github.com/elastic/kibana-team/issues/1503

This PR is mostly about moving platform tests from x-pack/test/

Before:

```
x-pack/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/
```

After: 
```
x-pack/platform/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2025-06-25 17:01:04 +02:00
Dzmitry Lemechko
18fbb946aa
Split scalability pipelines (#151915)
## Summary

As a POC single api capacity testing pipeline was sharing pipeline steps
& main script with scalability journey.
This pipeline does not build Kibana sources, but downloads existing
Kibana build and run tests against it.

This PR moves capacity testing in its own script and its own pipeline
that includes building Kibana sources and testing your changes.

cc @afharo 

It should be possible to test your Kibana changes for apis performance
improvements.
2023-02-24 04:52:57 -07:00