Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-08-05 | Alter Dockerfiles to include common.go and use a prebuilt JDK. | Samantha Sample | |
After the refactoring of the proctor binaries, the Dockerfiles for each language must be altered to copy the common folder into their image. Additionally, Java has been changed to use the pre-built version of JDK-11 from Ubuntu, instead of building it from the source. This allows for a smaller image and faster test execution within the container. PiperOrigin-RevId: 261805158 | |||
2019-07-29 | Move runtimes tests to appropriate directory. | Samantha Sample | |
PiperOrigin-RevId: 260577765 |