FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use `fail-fast: false` in `mypy.yml` by sobolevn · Pull Request #119297 · python/cpython · GitHub

/ cpython Public

Use fail-fast: false in mypy.yml - #119297

Merged
AlexWaygood merged 1 commit into
python:mainfrom
sobolevn:mypy-fail-fast
May 21, 2024
Merged

Use fail-fast: false in mypy.yml#119297
AlexWaygood merged 1 commit into
python:mainfrom
sobolevn:mypy-fail-fast

Conversation

Copy link
Copy Markdown
Member

I think it makes sense not to cancel all other mypy builds if one fails.

See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

I think it makes sense not to cancel all other mypy builds if one fails.

See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
hugovk added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels May 21, 2024
AlexWaygood merged commit b365332 into python:main May 21, 2024

Copy link
Copy Markdown

Thanks @sobolevn for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 21, 2024

Copy link
Copy Markdown

Sorry, @sobolevn and @AlexWaygood, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker b36533290608aed757f6eb16869a679650d32e17 3.12

bedevere-app Bot commented May 21, 2024

Copy link
Copy Markdown

GH-119304 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 21, 2024
AlexWaygood pushed a commit that referenced this pull request May 21, 2024
Use `fail-fast: false` in `mypy.yml` (GH-119297)

See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actionsGH-jobsjob_idstrategyfail-fast
(cherry picked from commit b365332)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

Copy link
Copy Markdown
Member Author

3.12 does not have this code: https://github.com/python/cpython/blob/3.12/.github/workflows/mypy.yml

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL