Skip to content

Console Output

01:41:36 [2019-08-28T01:41:36.261Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39809/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39809/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7e8f7efdd15c0fe333cb657b07fdbf986e022a2c -e DOCKER_GRAPHDRIVER docker:7e8f7efdd15c0fe333cb657b07fdbf986e022a2c hack/validate/default
01:41:37 [2019-08-28T01:41:37.190Z] Congratulations!  All commits are properly signed with the DCO!
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
01:42:58 [2019-08-28T01:42:58.589Z] No api/types/ or api/swagger.yaml changes in diff.
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  No testing.T found.
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  All toml source files changed here have valid syntax.
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
01:42:58 [2019-08-28T01:42:58.589Z] Congratulations!  No new tests added to integration-cli.