-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
Description
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.
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.
Reactions are currently unavailable