dmlc / dmlc-core

A common bricks library for building scalable and portable distributed machine learning.
Apache License 2.0
864 stars 520 forks source link

[RFC] Enforce CI status checks for master branch #597

Closed szha closed 4 years ago

szha commented 4 years ago

Hi,

There have been repeated issues in the CI status for the dmlc-core. I propose that we enforce CI status checks for merging to the master branch as best effort to prevent such issues.

-sz

leezu commented 4 years ago

Should the CI be fixed first before enforcing it's status?

We can also consider switching from Travis to Github Actions.

comaniac commented 4 years ago

Should the CI be fixed first before enforcing it's status?

We can also consider switching from Travis to Github Actions.

Vote to switch to Github Actions. It's pretty convenient and totally free especially for public repos.