reichlab / covid19-forecast-hub

Projections of COVID-19, in standardized format

Home Page:https://covid19forecasthub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Space Left on Device for GitHub Action

Khoale1096 opened this issue · comments

Zoltar Upload has been failing since Friday with the error indicating we're at limit for device storage in GitHub Action

https://github.com/reichlab/covid19-forecast-hub/runs/2142306517?check_suite_focus=true

  • Temporary Fix: Remove the steps: checking actions/setup-node@v1 and npm install
  • Temporary Fix: remove preinstalled software from GitHub PR
  • Long-term: use of this GH action https://github.com/easimon/maximize-build-space, which can save up to 40 GBs

I think we should probably be moving this build to the VM. It would be much faster, as we won't have to do an entire git clone every time.