Tests in merge queue are taking to long
Open
- Dominant language
- Go
- Stars
- 3.2k
- Forks
- 304
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 78
Description
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)
Contributor guide
Assessment
This issue has not been assessed yet.