You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In db803c3 we add support for ConfidentialType but we made it so
that we always execute this code where we don't want to do that if
the user didn't specify any ConfidentialType for GCP.
The way the code is now we can't run any GCP tests on non confidential
instances.
```
failed to create instance "kola-dd144aac7413f66c85e9":
Does not support confidential type , should be: sev, sev_snp
```
0 commit comments