Project

Profile

Help

Story #6065

Updated by daviddavis about 4 years ago

Right now we use Travis for our CI/CD environment. We depend on it for not only testing our code but also for compiling docs, releasing to pypi, etc. The problem is that we're limited to 3 concurrent jobs. Github Actions offers 20[0].  

 This epic is to explore moving to Github Actions and if it's feasible, port our repos from Travis to Github Actions. 

 [0] https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#usage-limits

Back