Skip to content

Multiple dependencies? #155

@rw-anderson

Description

@rw-anderson

Is it possible to have a test that executes only when multiple predecessors have completed (and passed)?

One solution is:
t1 = test(...)
t2 = testif(t1, ...)
t3 = testif(t2, ...)

But this serializes t1 and t2, which may be able to run concurrently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions