Migrate from Travis CI to GitHub Actions
See original GitHub issue🚀 Feature
The idea is to migrate 3 following stages from Travis CI to GitHub Actions:
- Docs: https://github.com/pytorch/ignite/blob/master/.travis.yml#L64-L95
- Deploy: https://github.com/pytorch/ignite/blob/master/.travis.yml#L97-L145
- Nightly: https://github.com/pytorch/ignite/blob/master/.travis.yml#L147-L175 (done by https://github.com/pytorch/ignite/pull/1450)
Each stage can be a separate action: e.g. Docs -> .github/workflows/docs.yml
, Deploy -> .github/workflows/binaries-release.yml
, Nightly -> .github/workflows/binaries-nightly-release.yml
For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue. Please, take a look at CONTRIBUTING guide.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Migrating from Travis CI to GitHub Actions
Introduction. This guide helps you migrate from Travis CI to GitHub Actions. It compares their concepts and syntax, describes the similarities, ...
Read more >Migrate From Travis CI to GitHub Actions
This post walks through migrating a build from Travis CI to GitHub Actions.
Read more >Travis to GitHub Actions converter - @akx
Travis to GitHub Actions converter · Input Travis.yml · GitHub Actions YAML.
Read more >Migrating From Travis to GitHub Actions - Mark Phelps
Start with the low hanging fruit. Don't try to replace your entire CI/CD solution in one sitdown. Look to see if there is...
Read more >Why we decided to migrate from Travis to Github Actions ...
Migration · Create .github/workflows/test.yaml file · Make sure checks passed before merging the Pull Request · Disable Travis.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @ydcjeff !
Alright then I will draft a PR