Skip to content

disable e2e tests on most branches

Administrator requested to merge disablee2e into master

Created by: nicksnyder

e2e tests and infrastructure are currently flaky enough it is not helpful to have them cause red builds.

This PR makes two changes:

  1. e2e tests no longer block green builds on master (they still run async).
  2. e2e tests no longer run on non-master branches (except for release branches and renovate branches).

See RFC 137 for more information on why we are doing this.

Merge request reports

Loading