retina
retina copied to clipboard
Tests in merge queue are taking to long
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)