This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
#patch Update FromWorkflowModel API #1324
checks.yml
on: pull_request
Lint
/
Run Lint
4m 58s
Unit Tests
/
Run Unit Test
2m 12s
Check Go Generate
/
Go Generate
3m 3s
Docker Build Images
/
Build Docker Image
2m 2s
End2End Test
/
End to End tests
Integration Test
/
Integration tests
Build & Push Flyteadmin Image
/
Push to Github Registry
Build & Push Flytescheduler Image
/
Push to Github Registry
Goreleaser
/
Goreleaser
Annotations
8 errors and 2 warnings
Docker Build Images / Build Docker Image
Process completed with exit code 1.
|
Unit Tests / Run Unit Test
missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by cloud.google.com/go/pubsub); to add:
|
Unit Tests / Run Unit Test
missing go.sum entry for module providing package golang.org/x/sync/semaphore (imported by cloud.google.com/go/pubsub); to add:
|
Unit Tests / Run Unit Test
Process completed with exit code 2.
|
Lint / Run Lint:
pkg/rpc/adminservice/tests/execution_test.go#L9
"github.com/flyteorg/flyteadmin/pkg/errors" imported but not used as flyteAdminErrors (typecheck)
|
Lint / Run Lint:
pkg/rpc/adminservice/tests/node_execution_test.go#L8
"github.com/flyteorg/flyteadmin/pkg/errors" imported but not used as flyteAdminErrors (typecheck)
|
Lint / Run Lint:
pkg/rpc/adminservice/tests/task_execution_test.go#L10
"github.com/flyteorg/flyteadmin/pkg/errors" imported but not used as flyteAdminErrors (typecheck)
|
Lint / Run Lint
Process completed with exit code 2.
|
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/
|
Check Go Generate / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|