Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Allow multiple mounts | TomSweeneyRedHat | 2018-07-03 |
| | | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1030 Approved by: rhatdan | ||
* | Allow multiple containers and all for umount | TomSweeneyRedHat | 2018-06-29 |
| | | | | | | | Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #1012 Approved by: rhatdan | ||
* | Final ginkgo migration | baude | 2018-02-08 |
Completion of the migration from bats to ginkgo. This includes: * load * mount * pause * port * run_networking * search Note: build will be done within a different PR Signed-off-by: baude <bbaude@redhat.com> |