Skip to content

enable windows PR checks in Jenkinsfile #39691

@andrewhsu

Description

@andrewhsu

Currently, the Jenkinsfile has windows tests disabled by default so the new https://ci.docker.com/public/job/moby/ jenkins rig does not run the tests by default.

moby/Jenkinsfile

Lines 16 to 17 in 3a4b51e

booleanParam(name: 'windowsRS1', defaultValue: false, description: 'Windows 2016 (RS1) Build/Test')
booleanParam(name: 'windowsRS5', defaultValue: false, description: 'Windows 2019 (RS5) Build/Test')

Need to migrate what's needed from the legacy PR checks (which are still active) from https://jenkins.dockerproject.org/job/Docker-PRs-WoW-RS5-Process/ to the Jenkinsfile so we can turn them on by default.

Having the configuration for running the PR checks in the moby repo instead of the legacy jenkins configuration page will also help developers to reproduce PR test failures.

This is a requirement before we can turn off the legacy jenkins PR check jobs.

cc @ddebroy @StefanScherer

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions