Skip to content

Create management cluster using controller behind feature flag #17102

Create management cluster using controller behind feature flag

Create management cluster using controller behind feature flag #17102

Triggered via pull request December 1, 2023 02:42
Status Failure
Total duration 3m 18s
Artifacts

go-coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: pkg/workflows/create_test.go#L56
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewCreate: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build: pkg/workflows/create_test.go#L443
cannot use test.clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in struct literal: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build: pkg/workflows/create_test.go#L470
cannot use test.clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in struct literal: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build: pkg/workflows/delete_test.go#L42
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewDelete: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build: pkg/workflows/upgrade_test.go#L68
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to workflows.NewUpgrade: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build: pkg/workflows/management/upgrade_test.go#L63
cannot use clusterManager (variable of type *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager) as interfaces.ClusterManager value in argument to management.NewUpgrade: *"github.com/aws/eks-anywhere/pkg/workflows/interfaces/mocks".MockClusterManager does not implement interfaces.ClusterManager (missing method ApplyEKSASpec)
build
Process completed with exit code 2.