You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration of jobs and groups should look the same. Instead groups store their children in "jobs" map, and "jobs" - in "dependsOn" list. Let's create a unified recursive configuration like this:
The new 3.0 runtime should require very little tweaking (mostly tests) to make this work.
This will require more thought. E.g. using job names as keys is too limiting as we may want to have multiple instances of the same job with different parameters. We really need a concept of "execution" in the config
The text was updated successfully, but these errors were encountered:
andrus
changed the title
Unify configiration of jobs and groups
Unify configuration of jobs and groups
Jul 12, 2022
Configuration of jobs and groups should look the same. Instead groups store their children in "jobs" map, and "jobs" - in "dependsOn" list. Let's create a unified recursive configuration like this:
The new 3.0 runtime should require very little tweaking (mostly tests) to make this work.
This will require more thought. E.g. using job names as keys is too limiting as we may want to have multiple instances of the same job with different parameters. We really need a concept of "execution" in the config
The text was updated successfully, but these errors were encountered: