Optimize the Integration Test Suite
to build a reusable Vector image
#22328
Labels
domain: ci
Anything related to Vector's CI environment
type: enhancement
A value-adding code change that enhances its existing functionality.
The workflow: https://github.com/vectordotdev/vector/blob/master/.github/workflows/integration.yml
Recently I made these tests runs in parallel (#22205) which resulted in significant speedup (~3x). We can do even better here by introducing a job that builds Vector first with
--features all-integration-tests
and reuse this image!The text was updated successfully, but these errors were encountered: