Skip to content

gh-119146: Update paths in jit.yml - #119147

Merged
brandtbucher merged 7 commits into
python:mainfrom
savannahostrowski:jit-ignore-filews
May 19, 2024
Merged

gh-119146: Update paths in jit.yml#119147
brandtbucher merged 7 commits into
python:mainfrom
savannahostrowski:jit-ignore-filews

Conversation

@savannahostrowski

@savannahostrowskisavannahostrowski commented May 18, 2024

Copy link
Copy Markdown
Member

@bedevere-appbedevere-appBot mentioned this pull request May 18, 2024
@brandtbucherbrandtbucher added tests Tests in the Lib/test dir skip news labels May 18, 2024
@brandtbucherbrandtbucher self-assigned this May 18, 2024

@FFY00FFY00 left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

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).

@AlexWaygoodAlexWaygood left a comment

Copy link
Copy Markdown
Member

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?

Comment thread.github/workflows/jit.yml Outdated
Comment thread.github/workflows/jit.yml Outdated
savannahostrowskiand others added 2 commits May 18, 2024 15:29
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@savannahostrowski

Copy link
Copy Markdown
MemberAuthor

Yeah, that's a fair callout!

@AlexWaygoodAlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

Comment thread.github/workflows/jit.yml Outdated
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
@brandtbucher
brandtbucher enabled auto-merge (squash) May 19, 2024 12:36
@brandtbucher
brandtbucher merged commit 5307f44 into python:mainMay 19, 2024
@hugovk

Copy link
Copy Markdown
Member

Thanks for the PR!

Shall we backport it, or close the issue?

@erlend-aasland

Copy link
Copy Markdown
Contributor

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

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

Copy link
Copy Markdown

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 <savannahostrowski@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@bedevere-app

Copy link
Copy Markdown

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-JIT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@savannahostrowski@hugovk@erlend-aasland@FFY00@brandtbucher@AlexWaygood