Commit graph

3 commits

Author SHA1 Message Date
Robert Oskamp
61f0a39e28
[ML] Functional tests - fix report names in API configs (#152591)
This PR fixes the API integration test suite report names for ML and Transform tests.
2023-03-06 10:52:08 +01:00
Robert Oskamp
499c37968d
[ML] Update plugin readme files and test report names (#151729)
This PR updates the ML and Transform plugin `readme.md` files as well as
the API integration junit report names for ML, Transform and AIOps after
recent test config splits.
2023-02-24 09:59:59 +01:00
Dzmitry Lemechko
745e9ad9d7
[ftr] split x-pack api integration tests based on plugin (#150837)
## Summary

Currently we run all x-pack api integration tests as a single piece
(config) and it takes on average **33+ minutes**
If a single test fails, buildkite retries the config and you have to
wait another 30+ minutes to see if test passed (flaky test sign) or
failed (PR broke test)

<img width="1581" alt="image"
src="https://user-images.githubusercontent.com/10977896/218059268-1d4b5b40-797d-4748-a9f6-9101cfd9803a.png">


Splitting config into many small ones will not only speedup overall CI
run (configs will be assigned to different workers based on its
historical run time) but also speedup retry by running only a sub set of
tests related to the particular config file.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-02-13 15:06:11 +00:00