MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
288 stars 101 forks source link

Optimize acceptance tests and E2E test - feed size #1910

Open davidgamez opened 3 weeks ago

davidgamez commented 3 weeks ago

Description

As discussed here, further optimization of the acceptance tests can be performed by creating a separate GitHub action for large feeds. Currently, we have an exclusion list for large feeds that potentially break the CI due to memory consumption. In addition, their prolonged validation increased the billable time.

Proposed solution