FLARE-forecast / FLARE-containers

Docker containers to run FLARE forecast
0 stars 2 forks source link

Implement generate-graphs with GitHub Actions #40

Closed vahid-dan closed 2 years ago

vahid-dan commented 3 years ago

We currently run a couple of R scripts on the UF server, Bruno, to generate some graphs from the sensor data for different sites: FCRE, BVRE, CCRE, and SUNP. We would like to replace it with GitHub Actions. The procedure is simple. For example, for SUNP: 1- Run the associated R script from the GitHub repo. (https://github.com/FLARE-forecast/SUNP-data/tree/sunp-generate-graphs) 2- Store the output graphs in a public storage, for instance, a GitHub branch. (https://github.com/FLARE-forecast/SUNP-data/tree/sunp-graphs) 2-1- We should be able to push the output graphs to S3 storage, as well.

vahid-dan commented 3 years ago

The S3 storage integration is not implemented for now.

vahid-dan commented 2 years ago

@Yun-Jung, If there is an error in running the action, a customizable list of recipients should receive the error message, including a link to the action logs. The list of recipients is different for WVWA and SUNP.

vahid-dan commented 2 years ago

Completed.