retina icon indicating copy to clipboard operation
retina copied to clipboard

Tests in merge queue are taking to long

Open alexcastilio opened this issue 6 months ago • 0 comments

Tests in merge queue are taking to long (+1h30m) due to performance tests. This time should be reduced to allow PRs to be merged without waiting all that time.

Some ideas to be investigated:

  • Is it possible to optimize performance test to run quicker?
    • Perhaps a quick one to run at merge and if a broader test is needed, it can be run at release taking more time
  • Is it possible to make some checks run only if changes happens at specific locations of repository?
    • There's no need to run test on code if only docs were updated (specially long e2e/perf tests)

alexcastilio avatar Jun 10 '25 10:06 alexcastilio