Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-19 | Fix bm-tools to run on bazel. | Zach Koopmans | |
Fixes random stuff that is broken on bazel/kokoro. - random output coming back as "bytes" object instead of str - missed syntax error in bazel - a flag is missing in the version of gcloud on kokoro PiperOrigin-RevId: 301915289 | |||
2020-01-30 | Simplify testing link rules. | Adin Scannell | |
PiperOrigin-RevId: 292458933 | |||
2020-01-27 | Standardize on tools directory. | Adin Scannell | |
PiperOrigin-RevId: 291745021 | |||
2020-01-22 | Add tools for generating images. | Adin Scannell | |
This formalizes the adhoc scripts previously in kokoro. The image targets can be used by e.g. benchmarks in order to automated image prepation. PiperOrigin-RevId: 290982744 |