Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Revert "Add supportTaskTypes for agentservice without write it in config twice." #1108

Revert "Add supportTaskTypes for agentservice without write it in config twice."

Revert "Add supportTaskTypes for agentservice without write it in config twice." #1108

Status Failure
Total duration 6m 10s
Artifacts

checks.yml

on: pull_request
Docker Build Images  /  Build Docker Image
4m 22s
Docker Build Images / Build Docker Image
End2End Test  /  End to End tests
End2End Test / End to End tests
Integration Test  /  Integration tests
Integration Test / Integration tests
Bump Version  /  Bump Version
Bump Version / Bump Version
Build & Push Flytepropeller Image  /  Push to Github Registry
Build & Push Flytepropeller Image / Push to Github Registry
Goreleaser  /  Goreleaser
Goreleaser / Goreleaser
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Docker Build Images / Build Docker Image
Process completed with exit code 1.
Lint / Run Lint: pkg/controller/nodes/factory/handler_factory.go#L25
could not import github.com/flyteorg/flytepropeller/pkg/controller/nodes/task (-: # github.com/flyteorg/flytepropeller/pkg/controller/nodes/task
Lint / Run Lint
cannot use t.tm (variable of type taskExecutionMetadata) as type \\\"github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core\\\".TaskExecutionMetadata in return statement:\\n\\ttaskExecutionMetadata does not implement \\\"github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core\\\".TaskExecutionMetadata (wrong type for GetInterruptibleFailureThreshold method)\\n\\t\\thave GetInterruptibleFailureThreshold() uint32\\n\\t\\twant GetInterruptibleFailureThreshold() int32)\" were hidden, use --max-same-issues"
Lint / Run Lint: pkg/controller/nodes/task/taskexec_context.go#L134
cannot use t.tm (variable of type taskExecutionMetadata) as type "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata in return statement:
Lint / Run Lint: cmd/kubectl-flyte/cmd/printers/node.go#L16
could not import github.com/flyteorg/flytepropeller/pkg/controller/nodes/task (-: # github.com/flyteorg/flytepropeller/pkg/controller/nodes/task
Lint / Run Lint: pkg/controller/nodes/task/taskexec_context.go#L134
cannot use t.tm (variable of type taskExecutionMetadata) as type "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata in return statement:
Lint / Run Lint: pkg/controller/nodes/cache.go#L20
could not import github.com/flyteorg/flytepropeller/pkg/controller/nodes/task (-: # github.com/flyteorg/flytepropeller/pkg/controller/nodes/task
Lint / Run Lint: pkg/controller/nodes/task/taskexec_context.go#L134
cannot use t.tm (variable of type taskExecutionMetadata) as type "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata in return statement:
Lint / Run Lint: pkg/controller/nodes/task/taskexec_context.go#L134
cannot use t.tm (variable of type taskExecutionMetadata) as type "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata in return statement:
Lint / Run Lint
Process completed with exit code 2.
Unit Tests / Run Unit Test: pkg/controller/nodes/task/taskexec_context.go#L134
cannot use t.tm (variable of type taskExecutionMetadata) as type "github.com/flyteorg/flyteplugins/go/tasks/pluginmachinery/core".TaskExecutionMetadata in return statement:
Unit Tests / Run Unit Test
Process completed with exit code 2.
Check Go Generate / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Docker Build Images / Build Docker Image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/