-
Notifications
You must be signed in to change notification settings - Fork 93
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
[DNM] Test osx arm64 #1913
base: main
Are you sure you want to change the base?
[DNM] Test osx arm64 #1913
Conversation
I can add back in the other operating systems if we need to compare output, but I figured as a first pass we can see what sort of errors crop up. |
@j-wags Things are green, but lots of skips, know I know there are some tests for openeye and others for rdkit, but are any tests skiped via a heuristic like "antechaber failed so we will skip tests that use it" since that would give us misleading picture of what is going on. |
Not to the best of my knowledge. If RDK+AT are installed, the tests for those backends should be unconditionally run. Thanks for your iteration on this. I'm out of the office today but can follow up on anything else Monday! |
FWIW these fall under the umbrella of our ecosystem tests https://github.com/openforcefield/status/actions/runs/10136579213/job/28025563565 |
So is there a test case missing that #1911 is exposing OR is it "we can't reproduce these errors on our test infrastructure?" |
Also thanks Matt, I didn't think to look there to see if you are testing on osx-arm64! |
I strongly suspect it's the latter since reproducing it in isolation seems to be difficult. FWIW, |
@@ -27,7 +27,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
os: [ubuntu-latest, macos-12] | |||
os: [macos-14] |
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.
os: [macos-14] | |
os: [ubuntu-latest, macos-12, macos-latest] |
This changeset is strictly unnecessary but I think it'd be useful to have here instead of downstream
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.
Ah I had intended to just test osx-arm64 -- but would you like to get osx-arm64 added into your CI matrix?
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.
up to @j-wags in this project but it makes sense to test on all three IMHO
See #1912