How isolate a agent to run a specific workflow? #3791
Unanswered
eliasscosta
asked this question in
Ask a Question
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I tihnk #3483 will fix this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know if is possible to isolate an agent to run a specific workflow? Without adding labels to the configuration in the workflow file.
My case:
My general workflows run in our k8s with the
k8s
backend. It's ok and runs as expected. But if I add a Mac and install the agent withlocal
backend. The Mac receives workflows that need to run in the k8s backend. I try to add labels to the agent. But it only works if I put labels into all workflows across the repositories.Beta Was this translation helpful? Give feedback.
All reactions