[s_d] Allow retrying on ContainerStart() errors

Rebooting a Vim2 causes it to be disassociated from its Docker
container.  We therefore also restart the Docker container after every
task, however this results in a race-condition where the Docker may
attempt to start while the --device is still rebooting resulting in
ContainerStart to fail.

Change-Id: If52cecee99d6f2d04e191e046c5a148be348f901
1 file changed
tree: fd4ea4b5da34fc7a1aee17c9c58d54e059aff16f
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. gerrit-policy/
  7. netboot/
  8. ninjalog/
  9. pdu/
  10. qemu/
  11. retry/
  12. secrets/
  13. serial/
  14. telnet/
  15. tftp/
  16. tilo/
  17. tools/
  18. .gitignore
  19. AUTHORS
  20. Gopkg.lock
  21. Gopkg.toml
  22. LICENSE
  23. MAINTAINERS
  24. manifest
  25. PATENTS
  26. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}