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

Turn off PGO for JIT CI #127154

Open
brandtbucher opened this issue Nov 22, 2024 · 1 comment · May be fixed by #127212
Open

Turn off PGO for JIT CI #127154

brandtbucher opened this issue Nov 22, 2024 · 1 comment · May be fixed by #127212
Assignees
Labels
3.14 new features, bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. topic-JIT

Comments

@brandtbucher
Copy link
Member

brandtbucher commented Nov 22, 2024

I don't think we need PGO turned on in JIT CI for non-debug jobs. It's mostly just a waste of time, and doesn't really give us any additional information.

@mdboom, I know that the Windows PGO builds were a nice canary for "breaking" ceval.c under MSVC (since it's not tested in CI or any buildbot), but I figure our weekly benchmarking runs are a good enough "buildbot" for that, so we don't need to run it all the time on PRs.

@savannahostrowski, want to take this?

Linked PRs

@brandtbucher brandtbucher added 3.14 new features, bugs and security fixes topic-JIT infra CI, GitHub Actions, buildbots, Dependabot, etc. labels Nov 22, 2024
@savannahostrowski savannahostrowski self-assigned this Nov 22, 2024
@mdboom
Copy link
Contributor

mdboom commented Nov 22, 2024

Yeah, I agree that PGO+JIT together doesn't add much value.

Historically, I don't think our benchmarking stuff has been a soon-enough canary for MSVC, so I'd still like to see a buildbot specifically test that configuration. I think I'll file a separate bug for that -- python/buildmaster-config#560 -- no need for that to hold this up.

@bedevere-app bedevere-app bot linked a pull request Nov 24, 2024 that will close this issue
@savannahostrowski savannahostrowski linked a pull request Nov 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 new features, bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. topic-JIT
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants