cdent / wsgi-intercept

Intercept socket connection to wsgi applications for testing
MIT License
42 stars 21 forks source link

AddingPowerSupport_CI/Testing #63

Closed santosh653 closed 3 years ago

santosh653 commented 3 years ago

Adding power support ppc64le with Continues Integration/testing so that code remains architecture independent.

This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

The build is successful on both arch: amd64/ppc64le, please find the Travis Link below. https://travis-ci.com/github/santosh653/wsgi-intercept

Please let me know if you need any further details.

Thank You !!

cdent commented 3 years ago

Thanks for this. I'm happy to add support for ppc64le to the testing, but I should probably take this opportunity to switch over to github actions or the .com version of .travis. Gabbi just switched over to github actions and it was pretty painless.

Actually, I'll just merge this, and make that switch soon after. Thanks.

cdent commented 2 years ago

I'm in the process of turning on github actions or wsgi-intercept and as far as I can tell there aren't ppc workers available.

So I considered leaving the ppc tests on travis, but of course free travis is fully turned off now, so those tests are no longer running.

@santosh653 are you aware of a source of PPC runners that can work with github actions? If so we can configured things to use that (see #64 ) otherwise I think we're stuck.