Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change shm test to be less flaky. | Daniel J Walsh | 2018-09-07 |
| | | | | | | | | | | | This tests fails a lot, I think because of a race condition. Changing to just make sure the inode of the /dev/shm on the host is the same as inside the container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1420 Approved by: mheon | ||
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
| | | | | | | | | | | | | | | Because our tests are getting so long, we want to be able to audit which tests are taking the longest to complete. This may indicate a bad test, bad CI, bad code, etc and therefore should be auditable. Also, make speed improvements to tests by making sure we only unpack caches images that actually get used. Signed-off-by: baude <bbaude@redhat.com> Closes: #1178 Approved by: mheon | ||
* | Update the version of conmon used in test | Daniel J Walsh | 2018-06-22 |
| | | | | | | | | | Also start using podmin in /usr/libexec/podman rather then crio. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #979 Approved by: baude | ||
* | More ginkgo migration | baude | 2018-02-07 |
* attach * run_exit * save * tag * version * run_privileged -> privileged Signed-off-by: baude <bbaude@redhat.com> |