Skip to content
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

gh-119146: Update regexp in build.yml to not trigger the jobs on *.md and *.ini files. #120435

Merged
merged 23 commits into from
Jun 13, 2024

Conversation

Eclips4
Copy link
Member

@Eclips4 Eclips4 commented Jun 12, 2024

@Eclips4 Eclips4 requested a review from brandtbucher as a code owner June 12, 2024 20:08
@Eclips4 Eclips4 marked this pull request as draft June 12, 2024 20:09
@Eclips4
Copy link
Member Author

Eclips4 commented Jun 12, 2024

@hugovk
So, these wildcard patterns actually work and the jit workflow is skipped, but other workflows don't take these exceptions into account.

@Eclips4 Eclips4 changed the title gh-119146: Move wildcard patterns to top gh-119146: Update regexp in build.yml to not trigger the jobs on *.md and *.ini files. Jun 12, 2024
@Eclips4 Eclips4 added the needs backport to 3.13 bugs and security fixes label Jun 12, 2024
Copy link
Member

@savannahostrowski savannahostrowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit messages are so relatable 😅 . Testing GHA workflows is always such a pain. This LGTM!

.github/workflows/build.yml Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Shall we also backport to 3.12?

@hugovk hugovk merged commit ca5108a into python:main Jun 13, 2024
35 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2024
…jobs on `*.md` and `*.ini` files. (pythonGH-120435)

(cherry picked from commit ca5108a)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Jun 13, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jun 13, 2024
hugovk added a commit that referenced this pull request Jun 13, 2024
… jobs on `*.md` and `*.ini` files. (GH-120435) (#120447)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@Eclips4
Copy link
Member Author

Eclips4 commented Jun 13, 2024

Thanks! Shall we also backport to 3.12?

I think yes. #119147 wasn't backported to 3.12 because it was related to JIT workflow which appeared only in 3.13.
This PR does a more generally thing, so I think it would be ok to backport it to 3.12.

@Eclips4 Eclips4 added the needs backport to 3.12 bug and security fixes label Jun 13, 2024
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 13, 2024
…jobs on `*.md` and `*.ini` files. (pythonGH-120435)

(cherry picked from commit ca5108a)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Jun 13, 2024

GH-120448 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jun 13, 2024
hugovk added a commit that referenced this pull request Jun 13, 2024
… jobs on `*.md` and `*.ini` files. (GH-120435) (#120448)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@Eclips4 Eclips4 deleted the issue-119146 branch June 13, 2024 12:39
mrahtz pushed a commit to mrahtz/cpython that referenced this pull request Jun 30, 2024
…jobs on `*.md` and `*.ini` files. (python#120435)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…jobs on `*.md` and `*.ini` files. (python#120435)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…jobs on `*.md` and `*.ini` files. (python#120435)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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