Jenkinsfile: create bundles for Windows stages#39858
Conversation
|
fingers crossed; hope the |
|
Ah! Well, got an answer to that fast; I see slashes are used in some other places in the PowerShell scripts, so let's try that |
aa89270 to
2ca03d8
Compare
|
Alas; some more work needed; apparently Oh! I'm silly; I used ... ... |
2ca03d8 to
2e8d7c5
Compare
|
Downloaded that bundle: windowsRS5-integration-bundles.zip Observations:
|
CI already stores the logs of the test daemon, so we might as well store them as artifacts ``` [2019-09-03T12:49:39.835Z] INFO: Tidying up at end of run [2019-09-03T12:49:39.835Z] INFO: Saving daemon under test log (d:\CI-2\CI-3593e7622\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-03T12:49:39.835Z] INFO: Saving daemon under test log (d:\CI-2\CI-3593e7622\dut.err) to C:\windows\TEMP\CIDUT.err ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2e8d7c5 to
1fbadd7
Compare
|
Pushed a commit to enable debug-mode for the test-daemon |
andrewhsu
left a comment
There was a problem hiding this comment.
LGTM
zip files stored as artifacts https://ci.docker.com/public/blue/organizations/jenkins/moby/detail/PR-39858/4/artifacts
|
Example daemon logs for RS5 windowsRS5-integration-bundles.zip Next step is to capture the test-logs as well, but need to dig a bit into Jenkins examples |

CI already stores the logs of the test daemon, so we might as well
store them as artifacts