Skip to content

CI: migrate to travis container infrastructure #10598

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

Closed
jreback opened this issue Jul 16, 2015 · 4 comments
Closed

CI: migrate to travis container infrastructure #10598

jreback opened this issue Jul 16, 2015 · 4 comments
Labels
CI Continuous Integration
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jul 16, 2015

http://docs.travis-ci.com/user/migrating-from-legacy/

trivial I think to remove the sudo. but prob have to change some stuff (as we
use some apt stuff)

currently we externally cache, so that would have to be figure out (at a later date is ok)

@jreback jreback added the CI Continuous Integration label Jul 16, 2015
@jreback jreback added this to the 0.17.0 milestone Jul 16, 2015
@bashtage
Copy link
Contributor

I haven't seen any major improvements in testing speed when using this. I switched pandas-datareader to this and the build time dropped form 3 to 1.5, which is something for a small project.

In terms of buidl time, I don't think it woudl do much for pandas. However, if you get faster access to build servers then it could be worth it - the backlog of PRs can get pretty big at times.

@jreback
Copy link
Contributor Author

jreback commented Jul 17, 2015

@bashtage thanks for the fb.

I have actually been noticiing that travis seems to be building faster lately (on the old infrastructure).

I think main benefit is we could use the travis caching (as opposed to the only pyx build cache that we use from iron-cache).

@jreback jreback modified the milestones: 0.17.0, Next Major Release Jul 17, 2015
@jreback
Copy link
Contributor Author

jreback commented Aug 4, 2015

Might be a good reference: libdynd/libdynd#481
also scipy recently changed.

@nparley
Copy link
Contributor

nparley commented Apr 21, 2016

It seems that the travis job 27_slow_nnet_LOCALE is having problems with the container-based infrastructure. Also travis is not detecting the use of sudo and is running in containers on my fork at least. Compare https://travis-ci.org/nparley/pandas/jobs/124695152 and https://travis-ci.org/nparley/pandas/jobs/124778492. I have created a PR to add sudo: required for the time being.

@jreback jreback modified the milestones: 0.18.2, Next Major Release May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants