We've wanted to automate running graph builds for a while. Let's do it. It can be as simple as running the ORION helm chart graph builder job with the renci-values using a cron job. It already defaults to running all of the graphs in the default-graph-spec and that's pretty much what we want. In the long term, we need to improve the outputs and reporting of running it. Right now the output of running the build is just a list of the versions of the graphs that were built, but we really probably want to write more detailed results to a file, and/or send an email or use slack integration to report when errors occurred.
We've wanted to automate running graph builds for a while. Let's do it. It can be as simple as running the ORION helm chart graph builder job with the renci-values using a cron job. It already defaults to running all of the graphs in the default-graph-spec and that's pretty much what we want. In the long term, we need to improve the outputs and reporting of running it. Right now the output of running the build is just a list of the versions of the graphs that were built, but we really probably want to write more detailed results to a file, and/or send an email or use slack integration to report when errors occurred.