Add configuration for static steps to allow monitoring e.g. all queues #2

Open
opened 2026-02-05 23:11:22 +00:00 by delroth · 1 comment
Owner

We should be able to say something like this in the config:

also-monitor:
  -
    - queue: x86_64-linux
  -
    - queue: aarch64-linux

and have two more steps be generated in the pipeline with those tags combinations, even if they're not in the matrix, even if they're not unique.

This would allow us to make sure that e.g. things always schedule somewhere with those tags.

Another option: providing several tags matrix. Then one could be the finer grained one, while one would be the less fine grained one.

We should be able to say something like this in the config: ``` also-monitor: - - queue: x86_64-linux - - queue: aarch64-linux ``` and have two more steps be generated in the pipeline with those tags combinations, even if they're not in the matrix, even if they're not unique. This would allow us to make sure that e.g. things always schedule somewhere with those tags. Another option: providing several tags matrix. Then one could be the finer grained one, while one would be the less fine grained one.
Author
Owner

Several tags matrix won't work because it won't allow us to detect the absence of agents for a given tag combination that's expected to work.

Several tags matrix won't work because it won't allow us to detect the absence of agents for a given tag combination that's expected to work.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
afnix/buildkite-prober#2
No description provided.