Skip to content

Console Output

15:38:27 [2019-09-03T15:38:27.782Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39858/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39858/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2e8d7c5bb7ee4da9a913c34f44612484bc220f5b -e DOCKER_GRAPHDRIVER docker:2e8d7c5bb7ee4da9a913c34f44612484bc220f5b hack/validate/default
15:38:28 [2019-09-03T15:38:28.708Z] Congratulations!  All commits are properly signed with the DCO!
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
15:40:05 [2019-09-03T15:40:05.072Z] No api/types/ or api/swagger.yaml changes in diff.
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  No testing.T found.
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  All toml source files changed here have valid syntax.
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:40:05 [2019-09-03T15:40:05.072Z] Congratulations!  No new tests added to integration-cli.