Make it easy to run public model CI checks (/gcbrun) on a local machine
This google cloudbuild workflow is what is executed by the /gcbrun command. Because it is hosted in a private google compute account, we cannot share access to execute this with the public. Only a handful of googlers have access to trigger it's execution.
To open this up so anyone can execute, one suggestion is to port that workflow into a shell script so it can easily be run elsewhere, such as one's local machine.
If there's anyone who would like to take up this task, please let us know.
Discussed in OC Operators Meet Oct 07: Folks can see what the workflow does already (from the link @dplore linked)-- so, it's possible to run locally. Just need to write something up, but not sure that we need to track this in the operators meet?
Any volunteers? -- Maybe a topic for the OC Community meet to get more eyes on it?