Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish between repeating and unique jobs in job graphs #113

Open
andrus opened this issue Jul 12, 2022 · 0 comments
Open

Distinguish between repeating and unique jobs in job graphs #113

andrus opened this issue Jul 12, 2022 · 0 comments

Comments

@andrus
Copy link
Contributor

andrus commented Jul 12, 2022

Currently a config like this will run j2 only once, as graph node uniqueness is determined by the job name only:

g1:
  type: group
  jobs:
     j1:
       dependsOn:
          - j2 
     j3:
       dependsOn:
          - j2:
               params:
                    a: b

We can improve that by making parameters a part of the job "key" (a possible encoding scheme is described in #99).

@andrus andrus changed the title Distinguish between repeating an unique jobs in job graphs Distinguish between repeating and unique jobs in job graphs Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant