Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | Fix apt-get reliability issues. | Adin Scannell | |
This is frequently causing the core build scripts to fail. The core ubuntu distribution will perform an auto-update at first start, which may cause the lock file to be held. All apt-get commands may be done in a loop in order to retry to avoid this issue. We may want to consider retrying other pieces, but for now this should avoid the most frequent cause of build flakes. PiperOrigin-RevId: 297704789 | |||
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 |