Skip to content

Add a windows stage2 pipeline that runs on schedule and on demand (comment trigger) #4908

Open
@ViktorHofer

Description

@ViktorHofer

Motivation: We want to make sure that the we can build the VMR with a just live-built VMR (called stage2 build) so that we can detect issues earlier, before we do a SDK toolset re-bootstrap.

Building windows stage1 and stage2 combined takes close to 4 hours which is too long to enable in PRs. We should add a pipeline that runs on schedule (i.e. once per day) and on demand (comment trigger) that has two jobs:

  • win-x64
  • win-x64 BuildPass="stage2"

The second job should depend on the previous job and build with the produced SDK and packages.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions