Skip to content

Console Output

00:47:41 [2019-09-04T00:47:41.909Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39144/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39144/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e180ea507dba20f0a74a2aaee46e59dd94441abe -e DOCKER_GRAPHDRIVER docker:e180ea507dba20f0a74a2aaee46e59dd94441abe hack/validate/default
00:47:43 [2019-09-04T00:47:43.282Z] Congratulations!  All commits are properly signed with the DCO!
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
00:49:04 [2019-09-04T00:49:04.697Z] No api/types/ or api/swagger.yaml changes in diff.
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  No testing.T found.
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  All toml source files changed here have valid syntax.
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:49:04 [2019-09-04T00:49:04.697Z] Congratulations!  No new tests added to integration-cli.