Documentation
¶
Overview ¶
Package updater reads the latest test results and saves updated state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroupUpdater ¶ added in v0.0.29
type GroupUpdater func(parent context.Context, log logrus.FieldLogger, client gcs.Client, tg *configpb.TestGroup, gridPath gcs.Path) error
GroupUpdater will compile the grid state proto for the specified group and upload it.
This typically involves downloading the existing state, dropping old columns, compiling any new columns and inserting them into the front and then uploading the proto to GCS.
Click to show internal directories.
Click to hide internal directories.