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
The test [It] should set host platform info from byohost to byomachine seems flaky and fails sometimes. GitHub Actions test stage[here] output below
Controllers/ByomachineController When cluster infrastructure is ready When a single BYO Host is available When ByoMachine is attached to a host [It] should set host platform info from byohost to byomachine
/home/runner/work/cluster-api-provider-bringyourownhost/cluster-api-provider-bringyourownhost/controllers/infrastructure/byomachine_controller_test.go:346
Expected
<v1beta1.HostInfo>: {OSName: "", OSImage: "", Architecture: ""}
to equal
<v1beta1.HostInfo>: {
OSName: "linux",
OSImage: "Ubuntu 20.04.4 LTS",
Architecture: "arm64",
}
The text was updated successfully, but these errors were encountered:
The test
[It] should set host platform info from byohost to byomachine
seems flaky and fails sometimes. GitHub Actions test stage[here] output belowThe text was updated successfully, but these errors were encountered: