Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Move mount configutation to RunOpts | Fabricio Voznika | |
Separate mount configuration from links and move it to RunOpts, like the other options. PiperOrigin-RevId: 317010158 | |||
2020-06-15 | Remove blacklist from //test/runtimes | Michael Pratt | |
Updates #2972 PiperOrigin-RevId: 316534165 | |||
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell | |
This change adds a layer of abstraction around the internal Docker APIs, and eliminates all direct dependencies on Dockerfiles in the infrastructure. A subsequent change will automated the generation of local images (with efficient caching). Note that this change drops the use of bazel container rules, as that experiment does not seem to be viable. PiperOrigin-RevId: 308095430 |