-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Set up CI with Azure Pipelines #12617
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
Conversation
Notes from:
no guesses yet on the failing gui test... |
No idea why this passes anywhere else...
Would be appropriate to say |
The issue is that for some reason the webserver starts and then immediately exits. If the process is still running I can not see to identify the we are on azure to skip these two.... |
I've been digging around trying to see if we can pass an e.g., --is-azure flag to the command line and check for that as a global variable/fixture |
something like this maybe. need to tinker a bit |
I found a more fundamental problem with my approach... (see the last commit). |
If this passes I am going to self squash-merge. |
It passes! |
@meeseeksdev backport to v3.0.x |
@meeseeksdev backport to v2.2.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Backporting this so that CI passes on the old branchs (I don't see how to restrict azure to just the master branch). |
So, does this mean we don't need the Travis checks anymore? |
* 'master' of https://github.com/matplotlib/matplotlib: (50 commits) Set up CI with Azure Pipelines (matplotlib#12617) Added comment for test. Correctly remove nans when drawing paths with pycairo. Improve docs on Axes limits and direction Extend sphinx Makefile to cleanup completely Remove explicit figure number Update contributing.rst Update contributing.rst DOC: Add badge and link to making PR tutorial Added test cases for scatter plot: 1) empty data/color, 2) pandas.Series with non-0 starting index. TST: mark test_constrainedlayout.py::test_colorbar_location as flaky (matplotlib#12683) Remove deprecation warnings in tests (matplotlib#12686) Make ticks in demo_axes_rgb.py visible Change ipython block to code-block Improve linestyles example (matplotlib#12586) document-textpath Fix index out of bound error for testing first element of iterable. TST: test that get_ticks works FIX: fix error in colorbar.get_ticks not having valid data Replaced warnings.warn with either logging.warnings or cbook._warn_external ...
It doesn't seem like it actually ran on the backport, so maybe you don't need it? |
…617-on-v3.0.x Backport PR #12617 on branch v3.0.x (Set up CI with Azure Pipelines)
As we can turn this on by-branch lets not drag this back to 2.2.x unless someone feel very motivated. |
First pass at setting up azure pipelines