Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-09-18 | Shard the runtime tests. | Nicolas Lacasse | |
Default of 20 shards was arbitrary and will need fine-tuning in later CLs. PiperOrigin-RevId: 269922871 |