cal-itp / reports

GTFS data quality reports for California transit providers
https://reports.calitp.org
GNU Affero General Public License v3.0
7 stars 0 forks source link

Build development data in GH action #270

Closed charlie-costanzo closed 1 year ago

charlie-costanzo commented 1 year ago

Description

Recently, we hit an actions failure due to a new feature referencing data not available in development (and therefore CI) without a rebuild of development data. This PR adds a re-build of the data on merges with main.

Resolves #268

Type of change

How has this been tested?

Screenshots (optional)

charlie-costanzo commented 1 year ago

just double-checking, currently a user builds the data locally for prod and then pushes it?

yep, users build the data locally for prod and then push it

honestly we could even just copy from gs://gtfs-data-test/report_gtfs_schedule/ to gs://gtfs-data/report_gtfs_schedule/ rather than re-build, but I'll leave that up to you

ah yes this makes sense if we're going to have the dev data build automatically now, good call. I just made those changes and re-requested review, let me know if the changes reflect this appropriately

atvaccaro commented 1 year ago

closing in favor of https://github.com/cal-itp/reports/pull/272