Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get travis-ci.com working with this repo #3217

Closed
mpenkov opened this issue Aug 18, 2021 · 5 comments
Closed

Get travis-ci.com working with this repo #3217

mpenkov opened this issue Aug 18, 2021 · 5 comments
Assignees
Labels
housekeeping internal tasks and processes

Comments

@mpenkov
Copy link
Collaborator

mpenkov commented Aug 18, 2021

@piskvorky Could you please go through the steps described in the tutorial below? Only the project owner can do it, unfortunately.

https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github

We need TravisCI to build for certain platforms that github actions does not support yet (e.g. aarm64).

@mpenkov mpenkov added the housekeeping internal tasks and processes label Aug 18, 2021
@piskvorky
Copy link
Owner

piskvorky commented Aug 18, 2021

AFAIK all these steps were already done, a while ago. What specifically doesn't work, which step appears missing / non-functional?

@mpenkov
Copy link
Collaborator Author

mpenkov commented Aug 18, 2021

TravisCI isn't picking up new gensim builds. The last time it ran a build was half a year ago, which was still under the old .org platform.

https://travis-ci.com/github/RaRe-Technologies/gensim

@piskvorky
Copy link
Owner

piskvorky commented Aug 18, 2021

The last time it ran a build was half a year ago, which was still under the old .org platform.

I thought we stopped using Travis (moved to Github Actions instead)?

Or why would we run both.

Yes I can try talk to Travis support, to see what's wrong, but I'm not sure how to articulate the question. This is all for rare-technologies/gensim, right? Not rare-technologies/gensim-wheels? Where should a new gensim build be "picked up"? In 9f5355b, it looks like you explicitly disabled it.

@mpenkov
Copy link
Collaborator Author

mpenkov commented Aug 19, 2021

I thought we stopped using Travis (moved to Github Actions instead)?

We still need TravisCI for some platforms that GHA does not support, like aarm.

This is all for rare-technologies/gensim, right?

Yes.

Where should a new gensim build be "picked up"?

https://www.travis-ci.com/github/RaRe-Technologies/gensim

In 9f5355b, it looks like you explicitly disabled it.

That build is "disabled" for develop only. It should still run for the release branches.

@mpenkov
Copy link
Collaborator Author

mpenkov commented Aug 19, 2021

Ah, I see what's going on. The release branches weren't being pushed to github for some reason.

It looks like travis is working as expected now.

@mpenkov mpenkov closed this as completed Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping internal tasks and processes
Projects
None yet
Development

No branches or pull requests

2 participants