Skip to content

CI: set concurrency limit to 1 on e2e tests

Warren Gifford requested to merge concurrency-e2e into master

Created by: chrismwendt

This sets a concurrency limit of 1 to the e2e step.

To mitigate the reduction in build throughput, I'm split the e2e step into 2 pieces:

  • Build the sourcegraph/server image for the current commit
  • Run the e2e tests against that image

Fixes https://github.com/sourcegraph/sourcegraph/issues/2657

Merge request reports

Loading