-
Notifications
You must be signed in to change notification settings - Fork 4
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
Filtering by configuration #3
Comments
Great questions! Internally If your CI is small enough, it may be that |
Thanks for the quick reply, this all makes a ton of sense! While I'm here, more of a buck2 question than a change detector one, but can you confirm that there is no way to get multiple configurations in a single dag/instantiation? Or even multiple commands such as build/test? |
There is no easy way to do any of that today, as far as I know.
But what you describe is definitely reasonable. |
|
Does this project somehow allow filtering by platform/applying different configurations to the targets, or is this something that should be done separately?
Concretely, using
targets
/btd
can return targets that are not supported by the default platform, which causes ourbuck2 build/test
invocations to fail with acheck the target's compatibility attributes
type error. The other side of that coin is that I do not know how to specifically get the targets for an alternative configuration.Using
-- --target-platforms //my/execution:platform
in thetargets
call does not seem to filter out the targets, and I couldn't see anything inbtd
that would help either.Any pointers would be appreciated!
The text was updated successfully, but these errors were encountered: