Created
December 14, 2016 16:55
-
-
Save vdemeester/f4439cade3ce1b10631f5624fd1f951b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "some-build", | |
"job": "docker master", | |
"platform": "linux", | |
"architecture": "amd64", | |
"stages": [ | |
{ | |
"name": "build", | |
"duration": "100s" | |
}, | |
{ | |
"name": "unit-test", | |
"duration": "600s", | |
"status": "ok", | |
"suites": [ | |
{ | |
"name": "cli/command/node", | |
"tests": 18, | |
"errors": 0, | |
"failures": 0, | |
"skip": 1, | |
"testCases": [ | |
{ | |
"name": "TestNodeDemoteNoChange", | |
"time": "0" | |
}, | |
{ | |
"name": "TestNodeDemoteMultipleNode", | |
"time": "0" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "integration-test", | |
"duration": "6000s", | |
"status": "ko", | |
"suites": [ | |
{ | |
"name": "DockerSuite", | |
"tests": 5, | |
"errors": 0, | |
"failures": 1, | |
"skip": 0, | |
"testCases": [ | |
{ | |
"name": "TestBuildDockerignore", | |
"time": "9.513" | |
}, | |
{ | |
"name": "TestBuildDockerignoreCleanPaths", | |
"time": "2.544" | |
}, | |
{ | |
"name": "TestBuildDockerignoreExceptions", | |
"time": "9.923" | |
}, | |
{ | |
"name": "TestBuildDockerignoreComment", | |
"time": "1.128" | |
}, | |
{ | |
"name": "TestBuildDockerignoreTouchDockerfile", | |
"failure": "docker_cli_build_test.go:3367:\nc.Fatalf("Didn't use the cache - 2")\n... Error: Didn't use the cache - 2" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment