Support overriding task pod_template via with_overrides #5889
Annotations
10 errors and 1 warning
Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to NewFailureNodeLookup: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate) (typecheck)
|
Lint
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in struct literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnStartNode().Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN2).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN0).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use branchTakenNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
Lint
cannot use parentBranchNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading