Skip to content

Console Output

13:21:25 [2019-08-25T13:21:25.011Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39794/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39794/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f8f6f7c2a0e1e1e8b541b29b0f1bdae44964e714 -e DOCKER_GRAPHDRIVER docker:f8f6f7c2a0e1e1e8b541b29b0f1bdae44964e714 hack/validate/default
13:21:26 [2019-08-25T13:21:26.951Z] Congratulations!  All commits are properly signed with the DCO!
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
13:22:48 [2019-08-25T13:22:48.300Z] No api/types/ or api/swagger.yaml changes in diff.
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  No testing.T found.
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  All toml source files changed here have valid syntax.
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:22:48 [2019-08-25T13:22:48.300Z] Congratulations!  No new tests added to integration-cli.