-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Re-enable PPC tests #268
Re-enable PPC tests #268
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
I don't understand what's up with Travis. All the logs here are cut off extremely early in the build (also in raw log), e.g.
|
58936a2
to
ae59f8b
Compare
Still weird things happening on travis, like the log cutting out and then reappearing in the middle of the test suite:
or
Reloading the same job again removes all the intervening progress bars that had been printed. |
This reverts commit 00a2283.
…nda-forge-pinning 2022.04.10.22.41.35
Had been removed in f946a5f since failures at the time weren't being counted (missing sys.exit wrapper), and once the wrapper was added in conda-forge#250, the test suite for PPC was disabled completely.
Good news, this seems to be passing on PPC! 🥳 However, some jobs have garbled/non-existent logs - are we comfortable with trusting that the uploads will work correctly even if we cannot introspect the logs? |
@isuruf, any comment on your confidence in Travis, given that the logs do not seem introspectable? It'd be nice to run the test suite for PPC again. |
Ping @isuruf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor change needed
Thanks for taking a look. I don't mind the changes, but IMO they're redundant in the sense that we cannot run ppc-tests on azure either (due to the emulation problems; wondering if qemu 6.2 or 7.0 would help, but https://github.com/multiarch/qemu-user-static hasn't updated yet). |
Co-authored-by: Isuru Fernando <[email protected]>
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
This reverts commit 785e1e5.
Now that travis is back, let's try to run the PPC tests; based on #263 to avoid more conflicts in
conda-forge.yml