Skip to content

[flytepropeller] Support attribute access on promise #303

[flytepropeller] Support attribute access on promise

[flytepropeller] Support attribute access on promise #303

Triggered via pull request October 15, 2023 00:38
Status Failure
Total duration 14m 13s
Artifacts

checks.yml

on: pull_request
unpack-envvars
2s
unpack-envvars
Matrix: Docker Build Images
Matrix: Check Go Generate
Matrix: Lint
Matrix: Unit Tests
Matrix: Integration Test
Bump git tags  /  Bump Version
Bump git tags / Bump Version
Matrix: Build & Push Image
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 9 warnings
Check Go Generate (flytepropeller) / Go Generate
Process completed with exit code 2.
Lint (flytepropeller) / Run Lint
`if` block ends with a `return` statement, so drop this `else` and outdent its block (golint)
Lint (flytepropeller) / Run Lint
should replace `count += 1` with `count++` (golint)
Lint (flytepropeller) / Run Lint
should replace `count += 1` with `count++` (golint)
Lint (flytepropeller) / Run Lint
don't use underscores in Go names; var `new_st` should be `newSt` (golint)
Lint (flytepropeller) / Run Lint
`convertInterfaceToLiteralScalar` - `ctx` is unused (unparam)
Lint (flytepropeller) / Run Lint
S1034: assigning the result of this type assertion to a variable (switch currVal := currVal.(type)) could eliminate type assertions in switch cases (gosimple)
Lint (flytepropeller) / Run Lint
S1034(related information): could eliminate this type assertion (gosimple)
Lint (flytepropeller) / Run Lint
S1034(related information): could eliminate this type assertion (gosimple)
Lint (flytepropeller) / Run Lint
S1034(related information): could eliminate this type assertion (gosimple)
Lint (flytepropeller) / Run Lint
S1034: assigning the result of this type assertion to a variable (switch obj := obj.(type)) could eliminate type assertions in switch cases (gosimple)
Check Go Generate (flytecopilot) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Check Go Generate (datacatalog) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
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/
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 (flyteadmin) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Check Go Generate (flytepropeller) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
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/
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/
Integration Test (flyteadmin) / Integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: engineerd/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/