Skip to content

Run a small subset of targets on pull requests w/o labels#1099

Draft
jjhelmus wants to merge 1 commit intoastral-sh:mainfrom
jjhelmus:jjh/subset-pr
Draft

Run a small subset of targets on pull requests w/o labels#1099
jjhelmus wants to merge 1 commit intoastral-sh:mainfrom
jjhelmus:jjh/subset-pr

Conversation

@jjhelmus
Copy link
Copy Markdown
Contributor

Alternative to #1075.

Run a small subset of targets on pull requests when no labels are specified.

If labels are specified they filter the full set of targets.

On a push all targets are run.

Running all targets on a pull request requires using multiple labels, for example platform:linux, platform:darwin, platform:windows.

Run a small subset of targets on pull requests when no labels are
specified.

If labels are specified they filter the full set of targets.

On a push all targets are run.
@zanieb
Copy link
Copy Markdown
Member

zanieb commented Apr 17, 2026

If labels are specified they filter the full set of targets.

I don't think this is good enough (which is why I avoided it), e.g., it should be easy to switch Python versions with reasonable defaults for the rest of the target components.

@jjhelmus
Copy link
Copy Markdown
Contributor Author

it should be easy to switch Python versions with reasonable defaults for the rest of the target components.

Agreed, being able to change the default set to a specific target (python version, build option) is something I would use often. It is a feature of #1075 that I'm appreciating more as I think about it.

@zanieb
Copy link
Copy Markdown
Member

zanieb commented Apr 17, 2026

If you're comfortable with it, we can just ship that and iterate on any issues and confusion?

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