Huijing Hei
Huijing Hei
@jlebon not sure my understanding is correct, could you help to review when you get a chance? Thanks!
Sorry for the misunderstood, does this mean: add `from: ...` to [kola.json](https://github.com/coreos/coreos-assembler/blob/3ea3e92f03e3ecfda625343af02e0037fec0e92d/docs/kola/external-tests.md?plain=1#L179) like following? ``` #!/bin/bash set -xeuo pipefail ## kola: ## from: previous / STREAM / STREAM@VERSION ## tags:...
> @HuijingHei do we know if this statement is still the case today? > > > The current [api v1](https://pkg.go.dev/google.golang.org/api/compute/v1#ConfidentialInstanceConfig) is not yet supported for `confidentialInstanceType` , but in [api...
The latest [v1](https://pkg.go.dev/google.golang.org/api/compute/v1#ConfidentialInstanceConfig) already includes `ConfidentialInstanceType` which supports "SEV_SNP", I think we can improve cosa to support it.
> Does that mean that the bootupd installed by Anaconda will work on dual boot or more adjustments are required? Not quite sure, this issue is only to make sure...
> #633 helped but is not complete. There are cases where could have multiple shim binaries in the EFI partition and we only want to touch our own, not others....
Thanks @travier for the clarification!
> > There are cases where could have multiple shim binaries in the EFI partition > > Let's be a bit more explicit here. Are we trying to support cases...
Close this as impl in https://github.com/coreos/bootupd/pull/650
Thanks @cgwalters for the confirmation, will look at this.