Skip to content

Cannot restart one of two parallel jobs if they have the same followers #62

@VasilyevaElena

Description

@VasilyevaElena

Describe the bug
Assume we have 3 jobs: A, B, and C.
Job C is dependent on A and B, while A and B can run in parallel and are independent from each other.
If both jobs A and B failed, it is impossible to retrigger them at the same time. First, one of the jobs has to be restarted and finish and only afterwards the second job can be retriggered.

If you try to retrigger them together, the error message appears:
"Some children jobs are still running"

To Reproduce
Steps to reproduce the behavior:

  1. Create 3 jobs, like
    A ___
    B __   |
           | |___
           |_____ C
  2. Make A and B fail
  3. Retrigger A
  4. Retrigger B
  5. See message "Some children jobs are still running"

Expected behavior
I would expect that the error message does not appear and I can retrigger B in parallel

Screenshots

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 67.0.3396.99

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions