Skip to content

Update pipeline to specify --packages option for previously source built scenarios #4427

Open
@mthalman

Description

@mthalman

The VMR build script currently allows for previously source built packages to be provided implicitly, by storing them in the prereqs/packages/archive directory, or via an explicit path set with the --packages option. The latter is not exercised by any automation which led to a regression that went unknown for a while.

The validation pipeline does exercise the scenario of using previously source built packages, but this is done by explicitly copying the packages to the well-known prereqs/packages/archive location. This avoids the need to specify the --packages option to the build script. The problem with that is there is no test coverage of the --packages option.

The proposal here is to update the pipeline so that the previously source built scenarios will explicitly set the --packages option to a location other than prereqs/packages/archive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-testingImprovements in CI and testing

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions