Adapt ray flyteplugin to Kuberay 1.1.0 #2601
checks.yml
on: pull_request
unpack-envvars
0s
Matrix: Docker Build Images
Matrix: Build Images / Build & Push Image
Matrix: Check Go Generate
Matrix: Lint
Matrix: Unit Tests
Matrix: Integration Test
Waiting for pending jobs
Annotations
55 errors and 59 warnings
Docker Build Images (flytepropeller) / build_docker
Process completed with exit code 1.
|
Docker Build Images (flyteadmin) / build_docker
Process completed with exit code 1.
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile_scheduler" did not complete successfully: exit code: 2
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile" did not complete successfully: exit code: 2
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c make linux_compile" did not complete successfully: exit code: 2
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/oauth2 (imported by github.com/flyteorg/flyte/flyteidl/clients/go/admin); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/reflect/protoreflect (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/runtime/protoimpl (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/types/known/durationpb (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/types/known/structpb (imported by github.com/flyteorg/flyte/flytepropeller/pkg/controller/nodes); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/types/known/timestamppb (imported by github.com/flyteorg/flyte/flytepropeller/pkg/controller/nodes/task); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/types/known/anypb (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/protobuf/types/known/wrapperspb (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/admin); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service); to add:
|
Unit Tests (flytepropeller) / Run Unit Test
missing go.sum entry for module providing package google.golang.org/genproto/googleapis/api/annotations (imported by github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/service); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/crypto/pbkdf2 (imported by github.com/jackc/pgconn); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/sys/unix (imported by github.com/sirupsen/logrus); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by gopkg.in/square/go-jose.v2); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/crypto/bcrypt (imported by github.com/gtank/cryptopasta); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/net/trace (imported by google.golang.org/grpc); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/net/http2 (imported by k8s.io/client-go/rest); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/net/http2/hpack (imported by google.golang.org/grpc/internal/transport); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/crypto/curve25519 (imported by github.com/lestrrat-go/jwx/x25519); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/term (imported by k8s.io/client-go/tools/clientcmd); to add:
|
Unit Tests (flyteadmin) / Run Unit Test
missing go.sum entry for module providing package golang.org/x/net/http/httpguts (imported by github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported); to add:
|
Check Go Generate (flyteadmin) / Go Generate
Process completed with exit code 2.
|
Lint (flytepropeller) / Run Lint
t declared and not used (typecheck)
|
Lint (flytepropeller) / Run Lint
arrayHandler declared and not used (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.On undefined (type *EventRecorder has no field or method On) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.On undefined (type *EventRecorder has no field or method On) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.Called undefined (type *EventRecorder has no field or method Called) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.On undefined (type *EventRecorder has no field or method On) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.Called undefined (type *EventRecorder has no field or method Called) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.Called undefined (type *EventRecorder has no field or method Called) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.On undefined (type *EventSink has no field or method On) (typecheck)
|
Lint (flytepropeller) / Run Lint
_m.On undefined (type *EventSink has no field or method On) (typecheck)
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import google.golang.org/grpc/codes (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/golang/protobuf/proto (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/stretchr/testify/mock (invalid package name: "")
|
Check Go Generate (flytepropeller) / Go Generate
could not import github.com/stretchr/testify/mock (invalid package name: "")
|
Lint (flyteadmin) / Run Lint
missing type in composite literal (typecheck)
|
Lint (flyteadmin) / Run Lint
missing type in composite literal (typecheck)
|
Lint (flyteadmin) / Run Lint
missing type in composite literal (typecheck)
|
Lint (flyteadmin) / Run Lint
s.GetClient undefined (type StatelessTokenStore has no field or method GetClient) (typecheck)
|
Lint (flyteadmin) / Run Lint
undefined: kafka_sarama (typecheck)
|
Lint (flyteadmin) / Run Lint
undefined: kafka_sarama (typecheck)
|
Lint (flyteadmin) / Run Lint
s.GetAllTargets undefined (type RandomClusterSelector has no field or method GetAllTargets) (typecheck)
|
Lint (flyteadmin) / Run Lint
"fmt" imported and not used (typecheck)
|
Lint (flyteadmin) / Run Lint
Process completed with exit code 2.
|
Docker Build Images (flytepropeller) / build_docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (flytepropeller) / build_docker
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/
|
Docker Build Images (flyteadmin) / build_docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (flyteadmin) / build_docker
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/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flyteadmin) / Push to Github Registry
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/
|
Unit Tests (flytepropeller) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests (flyteadmin) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Go Generate (flyteadmin) / Go Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/setup-protoc@v1, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Go Generate (datacatalog) / Go Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/setup-protoc@v1, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (flytecopilot) / build_docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (flytecopilot) / build_docker
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 (flytecopilot) / Go Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/setup-protoc@v1, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (datacatalog) / build_docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Docker Build Images (datacatalog) / build_docker
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/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
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/
|
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
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/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v3, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/metadata-action@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
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/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
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/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
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/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
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/
|
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
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/
|
Unit Tests (datacatalog) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (flytepropeller) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests (flytecopilot) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (flyteidl) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Go Generate (flytepropeller) / Go Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, arduino/setup-protoc@v1, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (flyteadmin) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (datacatalog) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests (flytestdlib) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (flytestdlib) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Tests (flyteplugins) / Run Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint (flyteplugins) / Run Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|