google / go-tpm-tools

Go packages built on go-tpm providing a high-level API for using TPMs
Apache License 2.0
231 stars 71 forks source link

[launcher] Optimize serial read in test #470

Closed jkl73 closed 3 months ago

jkl73 commented 3 months ago

I noticed some test is blocked on read serial on an already stopped VM. So creating a case to catch that.

Return the serial log immediately instead of waiting for full 10mins in that case. This shorten the overall cloudbuild time from 50mins to 24mins.

jkl73 commented 3 months ago

/gcbrun