Remove all references to '/dev/*' in test framework.#751
Remove all references to '/dev/*' in test framework.#751drroe merged 2 commits intoAmber-MD:masterfrom
Conversation
|
I don't get PGI compilers. Last Jenkins run (91) passed, now this one (92) fails. It's very arbitrary and I'm really inclined to just ignore it. |
|
If we're going to ignore the PGI fileaures (which I totally support), then we should remove that stage from the Jenkinsfile. Keep in mind that Jenkins also is responsible for detecting pytraj breaks, but it only does that if all of the individual stages succeed. So each time PGI fails and we ignore it, pytraj build/tests never get run with the proposed changes. |
Long term I agree. I'd like to keep it for now to see if the failures really are random. If over the next few PR I get sometimes passing, sometimes failing I'll consider it too much of a pain to debug and disable it. However, if it's failing consistently I'd like to address that. |
|
Well at least we shouldn't block the pytraj tests from proceeding if the PGI builds fail. |
|
Keep me, @sbrozell , in the loop. |
|
@drroe please include me in your repo; not sure what i need to do ... thanks |
|
@sbrozell you can click "Watch" in the top page.https://help.github.com/en/articles/watching-and-unwatching-repositories |
Related to #750 and some of the changes in #747. File redirection in scripts should now be properly handled everywhere.