Add configuration for static steps to allow monitoring e.g. all queues #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should be able to say something like this in the config:
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.
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.