Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Run all runtime tests in a single container. | Nicolas Lacasse | |
This makes them run much faster. Also cleaned up the log reporting. PiperOrigin-RevId: 270799808 | |||
2019-09-17 | Follow-up fixes for image tests. | Nicolas Lacasse | |
- Fix ARG syntax in Dockerfiles. - Fix curl commands in Dockerfiles. - Fix some paths in proctor binaries. - Check error from Walk in search helper. PiperOrigin-RevId: 269641686 | |||
2019-09-16 | Refactor and clean up image tests. | Nicolas Lacasse | |
* Use multi-stage builds in Dockerfiles. * Combine all proctor binaries into a single binary. * Change the TestRunner interface to reduce code duplication. PiperOrigin-RevId: 269462101 |