globaldothealth / monkeypox

Mpox 2022 repository
Other
172 stars 36 forks source link

Move away from Github Actions #213

Open jim-sheldon opened 1 year ago

jim-sheldon commented 1 year ago

Our Github Actions do work that would better be done using Batch or some AWS service; we would gain the benefits of terraform, logging, monitoring, etc. and consolidate our infrastructure to move closer to a day 0 turnkey package.

We should explore AWS CodeBuild, and move our non-build actions to Batch.

jim-sheldon commented 1 year ago

See #211 and #21.

abhidg commented 1 year ago

This is for CI/CD? We should keep tests in GitHub Actions

jim-sheldon commented 1 year ago

AWS CodeBuild is CI/CD. I am open to trying things, but so far Github Actions appear to be strictly inferior to their AWS analogs.

jim-sheldon commented 1 year ago

Noting a bad silent failure of Github Actions that took way too long to find and fix.