diff options
Diffstat (limited to 'vm/gce')
| -rw-r--r-- | vm/gce/gce.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go index dbd1001fd..b715c4afb 100644 --- a/vm/gce/gce.go +++ b/vm/gce/gce.go @@ -350,6 +350,10 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin return merger.Output, errc, nil } +func (inst *instance) Diagnose() bool { + return false +} + func (pool *Pool) waitInstanceBoot(name, ip, sshKey, sshUser, gceKey string) error { pwd := "pwd" if pool.env.OS == "windows" { |
