Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of Kibana plugins build in performance test pipelines (e…
…lastic#205896) ## Summary This PR fixes the performance test pipelines by removing the bits that rely on the plugins build. ### Details * The plugin build has been removed with elastic#197125. Since the performance pipelines are running against a Kibana build (and not against sources), they should not need the plugin build. * The `performance-data-set-extraction` pipeline started to fail immediately after the plugin build has been removed * This failure went unnoticed since the `scalability-benchmarking` pipeline continued to work by using the last uploaded artifacts from the `performance-data-set-extraction` pipeline, which were available for another month. Once the old artifacts were no longer available, the `scalability-benchmarking` pipeline also started to fail. (cherry picked from commit 9bdc995)
- Loading branch information