Skip to content

Console Output

21:36:28 [2019-10-21T21:36:28.300Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-400/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-400/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9605322965bfa28c3d3c46f7d424c81271279635 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/docker/engine.git -e VALIDATE_BRANCH=18.09 docker:9605322965bfa28c3d3c46f7d424c81271279635 hack/validate/default
21:36:29 [2019-10-21T21:36:29.227Z] Congratulations!  All commits are properly signed with the DCO!
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
21:38:20 [2019-10-21T21:38:20.610Z] No api/types/ or api/swagger.yaml changes in diff.
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  No testing.T found.
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  All toml source files changed here have valid syntax.
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:38:20 [2019-10-21T21:38:20.610Z] Congratulations!  No new tests added to integration-cli.