You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See dmlc/xgboost#5176. Right now, every pull request (and edits made to them) will trigger a build in the CI server. Many pull requests are Work In Progress (WIP) and require further edits before a maintainer can merge them. To save cloud costs, no build should run on pull requests unless explicitly requested by a maintainer.
Write a Probot app to look for keyword "ok to test" from a maintainer. There should be a database to store the list of pull requests marked as "okay to test"
Modify Jenkins runner to query the database mentioned above.
The text was updated successfully, but these errors were encountered:
See dmlc/xgboost#5176. Right now, every pull request (and edits made to them) will trigger a build in the CI server. Many pull requests are Work In Progress (WIP) and require further edits before a maintainer can merge them. To save cloud costs, no build should run on pull requests unless explicitly requested by a maintainer.
The text was updated successfully, but these errors were encountered: