Skip to content

GH-419: Follow-up fix to support unstable builders triggering #436

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

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

itamaro
Copy link
Contributor

@itamaro itamaro commented Oct 31, 2023

GH-434 attempted to support triggering unstable builder with comment-based triggering It had two flaws that are fixed in this follow-up PR:

  1. Needed to unpack the event property
  2. If we are left with no builders after filtering, need to avoid the super() call (otherwise we end up triggering ALL builders O_O)

pythonGH-434 attempted to support triggering unstable builder with comment-based triggering
It had two flaws that are fixed in this follow-up PR:
1. Needed to unpack the `event` property
2. If we are left with no builders after filtering, need to avoid the super() call (otherwise we end up triggering ALL builders O_O)
@itamaro itamaro requested review from vstinner and zware October 31, 2023 23:58
@vstinner vstinner merged commit d2d2290 into python:main Nov 1, 2023
@vstinner
Copy link
Member

vstinner commented Nov 1, 2023

Well, I trust you, let's see how it goes :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants