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 paths in jit.yml #119147

Merged
merged 7 commits into from
May 19, 2024

Conversation

savannahostrowski
Copy link
Member

@savannahostrowski savannahostrowski commented May 18, 2024

Copy link
Member

@FFY00 FFY00 left a comment

Choose a reason for hiding this comment

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

We should actually be able to ignore Python/perf_jit_trampoline.c by using a negative matching pattern: !Python/perf_jit_trampoline.c.

Other than that, looks good to me.

@savannahostrowski
Copy link
Member Author

Oh! I totally didn't know about that. I'll take a look at adding that when I also add .h files to the paths (since I missed adding those in too).

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks! Maybe we could just ignore all .md and .ini files? Then if we added others in the future, we wouldn't have to remember to update this file?

.github/workflows/jit.yml Outdated Show resolved Hide resolved
.github/workflows/jit.yml Outdated Show resolved Hide resolved
savannahostrowski and others added 2 commits May 18, 2024 15:29
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
@savannahostrowski
Copy link
Member Author

Yeah, that's a fair callout!

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Thanks!

@brandtbucher brandtbucher enabled auto-merge (squash) May 19, 2024 12:36
@brandtbucher brandtbucher merged commit 5307f44 into python:main May 19, 2024
49 checks passed
@hugovk
Copy link
Member

hugovk commented May 20, 2024

Thanks for the PR!

Shall we backport it, or close the issue?

@erlend-aasland
Copy link
Contributor

I think it's ok to backport it to 3.13.

@brandtbucher brandtbucher added the needs backport to 3.13 bugs and security fixes label May 20, 2024
@miss-islington-app
Copy link

Thanks @savannahostrowski for the PR, and @brandtbucher 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 May 20, 2024
(cherry picked from commit 5307f44)

Co-authored-by: Savannah Ostrowski <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented May 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-JIT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants