|
|
|
|
|
by jamesh-gl
2115 days ago
|
|
GitLab Product Manager here - We’re working on ways to run fewer tests OR only the necessary tests earlier in a pipeline so you get to a result in fewer minutes. The first project towards this in the product is https://docs.gitlab.com/ee/user/project/merge_requests/fail_... which we hope to bring down to the Core tier soon. -James H, GL Product Manager, Verify:Testing |
|
If you haven't touched your gitlab pipelines for a few months, check out DAG pipelines [0] - I got my web project deployment pipeline down from 25 to ~12 minutes by running tests sooner.
[0] https://docs.gitlab.com/ee/ci/directed_acyclic_graph/