-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use catalina for some osx jobs #3591
Merged
Merged
Commits on Dec 10, 2019
-
Right now we're only testing in CI that things work on macOS high sierra but catalina has been out for a while and different osx versions differ enough that it warrants testing that the new version works too. This commit adds a new catalina job that runs only python 3.7 to verify that things work on newer osx.
Configuration menu - View commit details
-
Copy full SHA for 170ad63 - Browse repository at this point
Copy the full SHA 170ad63View commit details
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a4a5f38 - Browse repository at this point
Copy the full SHA a4a5f38View commit details
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4399077 - Browse repository at this point
Copy the full SHA 4399077View commit details
Commits on Jan 8, 2020
-
Co-Authored-By: Kevin Krsulich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcbaddb - Browse repository at this point
Copy the full SHA bcbaddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e028a9b - Browse repository at this point
Copy the full SHA e028a9bView commit details -
Use Mojave for all second stage osx jobs
With the addition of python 3.8 jobs we're running at our job concurrency limit. To avoid making the run time of ci too long by having to wait on every commit this commit switches the second stage osx jobs to use mojave instead of adding duplicated jobs on multiple osx versions. We'll still use high sierra for the first stage's 3.7 testing to maintain coverage there.
Configuration menu - View commit details
-
Copy full SHA for 8ca4f1d - Browse repository at this point
Copy the full SHA 8ca4f1dView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a6532e4 - Browse repository at this point
Copy the full SHA a6532e4View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e8b30fa - Browse repository at this point
Copy the full SHA e8b30faView commit details -
Catalina images have been available on azure pipelines for a few days now. This commit pivots to using those instead of 10.14 mojave which have issues with segfaults because of system libraries.
Configuration menu - View commit details
-
Copy full SHA for 5c6662a - Browse repository at this point
Copy the full SHA 5c6662aView commit details
Commits on Feb 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5029e3 - Browse repository at this point
Copy the full SHA d5029e3View commit details -
The pip installable numpy is causing segfaults on catalina and mojave environments. To workaround this issue this commit switches to using a conda install for the macos jobs only.
Configuration menu - View commit details
-
Copy full SHA for 1f3ba87 - Browse repository at this point
Copy the full SHA 1f3ba87View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8dfd67a - Browse repository at this point
Copy the full SHA 8dfd67aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aad45c - Browse repository at this point
Copy the full SHA 4aad45cView commit details -
10.15 fails in the same way with or without conda, we've tried 10.14 without conda but not with it. This commit switches back to 10.14 now that we've switched to using conda to see if the tests pass.
Configuration menu - View commit details
-
Copy full SHA for 76d671a - Browse repository at this point
Copy the full SHA 76d671aView commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f1d182a - Browse repository at this point
Copy the full SHA f1d182aView commit details -
Switch back to 10.15 without conda
Now that we have a fix for the random segfaulting in the quantum info tests there shouldn't be a reason we need to keep running in conda. At the same time this switches back to 10.15 to test the newest version of macOS. This only reverted back to 10.14 briefly to see if the segfault was isolated to 10.15, which it was not.
Configuration menu - View commit details
-
Copy full SHA for e903f98 - Browse repository at this point
Copy the full SHA e903f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7731b5f - Browse repository at this point
Copy the full SHA 7731b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f28c9 - Browse repository at this point
Copy the full SHA 48f28c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7080e90 - Browse repository at this point
Copy the full SHA 7080e90View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.