Logical operators (effectively “or” I guess since “and” is already implied) on this page https://buildkite.com/organizations/$ORGANIZATION/jobs?q=state:scheduled would be nice to see how much is scheduled for overlapping pools of agents.
Effectively we have something like this, state:scheduled hostname:my-machine OR foo=bar
and want it to return any job that is scheduled for either hostname=my-machine
OR foo=bar
.
I don’t think there’d be that much utility in this feature and opening two windows and doing the intersection mentally is more or less doable, but would be nice.
As an aside, I don’t see this documented anywhere? If this already exists, maybe link to docs on that page.