You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/09/11 01:22:16 UTC

[GitHub] [singa] nudles commented on pull request #790: Remove Travis CI

nudles commented on pull request #790:
URL: https://github.com/apache/singa/pull/790#issuecomment-690816957


   > 
   > 
   > This PR removes Travis CI since we are using Github Actions now. :octocat:
   > 
   >     * We will not run the cpp and python lint commands:
   > 
   > 
   > tool/linting/py.sh
   > tool/linting/cpp.sh
   > 
   > Instead we can just use the output of Github's lgtm. Is this fine with everyone?
   > 
   >     * We do not have a github workflow that publishes the conda packages. If this is required, we can add the [Conda Package Publish Action](https://github.com/marketplace/actions/conda-package-publish-action) at the end of the conda workflow. Assuming there is secrets.ANACONDA_PASSWORD and secrets.ANACONDA_USERNAME defined in the [github secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) of the user who runs this workflow.
   > 
   
   How can we set the secrets? There is no `setting` tab for this project..
   
   >     * Currently the github workflows use the latest Ubuntu only. If it is required to support another older versions, we can add them to the workflow. Travis CI was checking Ubuntu 14.04, 16.04 and 18.04.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org