Hi @<1773158059758063616:profile|PanickyParrot17> ,
-
can i have a clearml agent listed to a specific git branch?The git branch is part of the repository info stored on each ClearML task - when creating the task (or when editing it), you can set this branch information. This is also automatically detected when you're running your code from a locally-cloned git repository - if you're using a branch there, it will be automatically picked up and stored in the resulting task's repository info
-
how are environment variables passed to the clearml agent for different branches?Environment variables can be pre-set for the agent, or, if you're using the agent in the docker mode (recommended), these can be additionally specified in the task's container section (using the extra arguments field) in the form of docker environment variables (
-e ENV_VAR=VALUE
)