-
Notifications
You must be signed in to change notification settings - Fork 87
question about travis ci new pricing plans #364
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
Comments
:) - do nothing is definitely a bad option - I'm afraid my inaction is only to do with my being a teacher in the middle of a COVID-19 encumbered university semester, while also writing grants. We should definitely switch elsewhere. Does anyone have any free time to work on that? |
You can use multi build on other ci platforms. For instance, numpy-wheels migrated to azure. So I guess this is more a documentation issue than one that requires code changes. |
Or were you concerned about multibuild’s CI for testing itself? |
@mattip thanks for the tip, I am using multibuild just for building wheels, I thought travis was the only option, that was my concern (as it is the only one mentioned in the README - I think-), so updating the documentation on what other options are with some examples would definitely help. |
Another example: pillow-wheels moved x86 builds to GitHub Actions in python-pillow/pillow-wheels#169. |
Question: I am migrating my CI to Azure. So far it is going well, but intermittently I am getting the following error in the Building Wheel step when downloading . Have you seen it? How do you solved it?
|
You probably are using an older version of OpenSSL which does not support modern protocols. But somehow the results are cached for you via some other run, so the python2.4 run will succeed via the cache but fail when it is first. |
makes sense ... and how come you are using a more modern version of OpenSSL, are you setting it manually somewhere? |
I only use supported versions of python. 2.4 is at least 10 years old. Even python2.7 would be an improvement. |
hmm, no that python 2.4 is coming from the system, I am only building wheels for python 3 |
I was using MB_ML_VER: "1" everywhere in my matrix, now I switched to 2010 everywhere and it the issue is gone, I guess the centos on ML 1 is too old? I am now wondering why do you have both: and also: why not using 2014? (I am now switching to 2014 ,everything looks good but I'm wondering if there is any drawback) Is it just to keep compatibility with old OSs? |
hi
This week I learned about the new pricing plans and limits Travis CI is imposing to projects. Since multibuild uses travis for linux and mac builds (and particularly the later ones consume 50 credits per minute compared to 10 credits per minute for linux), I was wondering if there is going to be any reaction? (like do nothing because the free credits should be enough, or migrate to another CI platform, etc ...).
Thanks
The text was updated successfully, but these errors were encountered: