feat(cli): onboard iaas volume backup api #2084
ci.yaml
on: pull_request
CI
5m 25s
Check GoReleaser config
12s
Annotations
11 errors
|
Check GoReleaser config
The process '/opt/hostedtoolcache/goreleaser-action/2.10.2/x64/goreleaser' failed with exit code 2
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L805
cannot use client (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetImageName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L605
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetNetworkRangePrefix: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L559
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to ListAttachedProjects: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L513
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetNetworkAreaName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L446
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetNetworkName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L380
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetVolumeName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L314
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetServerName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L265
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetPublicIP: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L216
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetSecurityGroupName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|
|
CI:
internal/pkg/services/iaas/utils/utils_test.go#L150
cannot use m (variable of type *IaaSClientMocked) as IaaSClient value in argument to GetSecurityGroupRuleName: *IaaSClientMocked does not implement IaaSClient (missing method GetBackupExecute)
|