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

CI: Travis tests are not running #774

Closed
kylophone opened this issue Dec 18, 2020 · 4 comments
Closed

CI: Travis tests are not running #774

kylophone opened this issue Dec 18, 2020 · 4 comments

Comments

@kylophone
Copy link
Collaborator

kylophone commented Dec 18, 2020

Owner Netflix does not have enough credits.

This was a silent failure for 12 days. I guess this means that it's time to move to Github Actions completely. Most of the work is already redundant, the two outstanding things I can think of are as follows:

  • Python tox tests. This should be moved to Github Actions immediately.
  • ARM builds, this needs to stay of Travis until Github supports ARM runners. Hopefully with MacOS M1, maybe they'll have something like that soon. Based on this comment: Support for VMs on Apple M1 actions/runner-images#2187 (comment), it will probably take some time.
@kylophone
Copy link
Collaborator Author

kylophone commented Dec 18, 2020

  • Python tox tests. This should be moved to Github Actions immediately.

#775

@1480c1
Copy link
Contributor

1480c1 commented Dec 18, 2020

For the arm builds, it would probably be best to add a cross compilation job for now, that is what I'm working towards in svt-av1

@kylophone
Copy link
Collaborator Author

For the arm builds, it would probably be best to add a cross compilation job for now, that is what I'm working towards in svt-av1

Good idea. Really the only reason we have this is to avoid cross-platform breakage.

@kylophone
Copy link
Collaborator Author

#775 merged, tox tests are now running on Github actions. There is still an issue with the MacOS tox tests, and it seems to have something to do with Python version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants