Skip to content

Different commands not deterministic #9

Description

@thejuan

We just ran into an issue where we run multiple steps in a job i.e. a build step and a package step (that are separate)
If not every package has a package step, the packages in each partition are different to those in the build as packagesWithCommand is used. This causes problems if the second step is expecting artifacts from the first to be there

I'd propose a change whereby the partitions are calculated on all packages, then applied to the packagesWithCommand.

We can fix locally with a no-op command added to every package

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