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

Skip to content

Ignore errors loading artifacts from CircleCI#25494

Merged
ksunden merged 1 commit intomatplotlib:mainfrom
QuLogic:circle-errors
Mar 20, 2023
Merged

Ignore errors loading artifacts from CircleCI#25494
ksunden merged 1 commit intomatplotlib:mainfrom
QuLogic:circle-errors

Conversation

@QuLogic
Copy link
Copy Markdown
Member

@QuLogic QuLogic commented Mar 18, 2023

PR Summary

Previously, this seemed to be ignored, and we'd just get a 0-artifact count. But now it seems that requesting artifacts for builds that are incomplete raises a 400 Bad Request.

So ignore those errors and return a 0-length artifact, because that is already correctly handled by the next step in the workflow.

PR Checklist

Documentation and Tests

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

Release Notes

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

Previously, this seemed to be ignored, and we'd just get a 0-artifact
count. But now it seems that requesting artifacts for builds that are
incomplete raises a 400 Bad Request.

So ignore those errors and return a 0-length artifact, because that is
already correctly handled by the next step in the workflow.
@QuLogic QuLogic added the Documentation: build building the docs label Mar 18, 2023
@QuLogic QuLogic added this to the v3.7-doc milestone Mar 18, 2023
@ksunden ksunden merged commit 0b4e615 into matplotlib:main Mar 20, 2023
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Mar 20, 2023
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Mar 20, 2023
@QuLogic QuLogic deleted the circle-errors branch March 20, 2023 21:48
ksunden added a commit that referenced this pull request Mar 20, 2023
…494-on-v3.7.1-doc

Backport PR #25494 on branch v3.7.1-doc (Ignore errors loading artifacts from CircleCI)
ksunden added a commit that referenced this pull request Mar 20, 2023
…494-on-v3.7.x

Backport PR #25494 on branch v3.7.x (Ignore errors loading artifacts from CircleCI)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation: build building the docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants