Add Principal to agent #9529
Annotations
3 errors and 1 warning
flyteplugins/tests/end_to_end.go#L243
cannot use tMeta (variable of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".TaskExecutionMetadata) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata value in argument to tCtx.OnTaskExecutionMetadata().Return: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".TaskExecutionMetadata does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata (missing method GetPrincipal)
|
flyteplugins/go/tasks/plugins/hive/test_helpers.go#L111
cannot use taskMetadata (variable of type *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".TaskExecutionMetadata) as "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata value in return statement: *"github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core/mocks".TaskExecutionMetadata does not implement "github.com/flyteorg/flyte/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata (missing method GetPrincipal)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading