Ignite: Migrate from Travis CI to GitHub Actions

Created on 6 Nov 2020  路  7Comments  路  Source: pytorch/ignite

馃殌 Feature

The idea is to migrate 3 following stages from Travis CI to GitHub Actions:

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.

help wanted high-priority

All 7 comments

@vfdev-5 docs and deploy left to done?
can i take this?

@ydcjeff yes, docs and deploy are still open.
You can take a look at how to migrate docs, if you like. This task is also overlaps a little with this https://github.com/pytorch/ignite/pull/1350 (it probably will be closed as stale) in the sense that I'd like to have "Nice to have" part for this issue.

Okay, I will start working if that PR get closed.

@ydcjeff #1350 does not solve the same problem. It will be closed once we migrated from Travis.

Alright then I will draft a PR

Thanks @ydcjeff !

Done via #1458 #1457 and #1450

Was this page helpful?
0 / 5 - 0 ratings