Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Skip Appveyor for doc only change (second attempt) #25464

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

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Mar 14, 2023

PR Summary

The path matching for skipping the Appveyor tests doesn’t work - they were queued up in #25461. So I had a closer look at the file matching rules, and I think this should do it.

PR Checklist

Documentation and Tests

  • Has pytest style unit tests (and pytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • New plotting related features are documented with examples.

Release Notes

  • New features are marked with a .. versionadded:: directive in the docstring and documented in doc/users/next_whats_new/
  • API changes are marked with a .. versionchanged:: directive in the docstring and documented in doc/api/next_api_changes/
  • Release notes conform with instructions in next_whats_new/README.rst or next_api_changes/README.rst

@rcomer rcomer added this to the v3.8.0 milestone Mar 14, 2023
@jklymak
Copy link
Member

jklymak commented Mar 14, 2023

I can tell if the conditions on appveyor are "and" or if they and "or". I'd assume "or" as you've done here, but??

@rcomer
Copy link
Member Author

rcomer commented Mar 14, 2023

See a little further up the docs
https://www.appveyor.com/docs/how-to/filtering-commits/#skip-commits-2

skip_commits.files allows skipping AppVeyor build if all of the files modified in push’s head commit match any of the file matching rules

@rcomer
Copy link
Member Author

rcomer commented Mar 14, 2023

Or did you mean “or” between the message and the files?

@rcomer
Copy link
Member Author

rcomer commented Mar 14, 2023

Example here has “Skipping commits with particular message or from specific user”
https://www.appveyor.com/docs/appveyor-yml/

@jklymak
Copy link
Member

jklymak commented Mar 14, 2023

OK. OTOH I think doc/**/* is what we want?

@rcomer
Copy link
Member Author

rcomer commented Mar 14, 2023

From the list, I thought doc/**/* and doc/ were equivalent?

@jklymak
Copy link
Member

jklymak commented Mar 14, 2023

ooops, yes, should be fine. Lets merge and see what happens

@jklymak jklymak merged commit 7411427 into matplotlib:main Mar 14, 2023
@rcomer rcomer deleted the appveyor-doc-skip-2 branch March 14, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants