Skip to content

Support overriding task pod_template via with_overrides #5889

Support overriding task pod_template via with_overrides

Support overriding task pod_template via with_overrides #5889

Triggered via pull request January 15, 2025 05:15
Status Failure
Total duration 12m 8s
Artifacts 5

checks.yml

on: pull_request
unpack-envvars
0s
unpack-envvars
flyteadmin integration tests image  /  build_docker
flyteadmin integration tests image / build_docker
Matrix: Build Images / Build & Push Image
Dry Run Goreleaser
8m 7s
Dry Run Goreleaser
Test Getting started
6m 35s
Test Getting started
Matrix: Check Go Generate
Matrix: Lint
Matrix: Unit Tests
Matrix: Integration Test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 64 warnings
Check Go Generate (flytepropeller) / Go Generate
Process completed with exit code 2.
Lint (flyteplugins) / Run Lint
avoid direct access to proto field tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().PrimaryContainerName, use tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().GetPrimaryContainerName() instead (protogetter)
Lint (flyteplugins) / Run Lint
avoid direct access to proto field tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().PrimaryContainerName, use tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().GetPrimaryContainerName() instead (protogetter)
Lint (flyteplugins) / Run Lint
avoid direct access to proto field tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().PrimaryContainerName, use tCtx.TaskExecutionMetadata().GetOverrides().GetPodTemplate().GetPrimaryContainerName() instead (protogetter)
Lint (flyteplugins) / Run Lint
avoid direct access to proto field podTemplate.Metadata.Annotations, use podTemplate.GetMetadata().GetAnnotations() instead (protogetter)
Lint (flyteplugins) / Run Lint
avoid direct access to proto field podTemplate.Metadata.Labels, use podTemplate.GetMetadata().GetLabels() instead (protogetter)
Lint (flyteplugins) / Run Lint
avoid direct access to proto field podTemplate.PodSpec, use podTemplate.GetPodSpec() instead (protogetter)
Lint (flyteplugins) / Run Lint
ineffectual assignment to err (ineffassign)
Lint (flyteplugins) / Run Lint
SA4006: this value of `err` is never used (staticcheck)
Lint (flyteplugins) / Run Lint
Process completed with exit code 2.
Lint (flytepropeller) / Run Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to NewFailureNodeLookup: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate) (typecheck)
Lint (flytepropeller) / Run Lint
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in struct literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnStartNode().Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN2).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN0).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use branchTakenNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Lint (flytepropeller) / Run Lint
cannot use parentBranchNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flyteplugins) / Run Unit Test
Process completed with exit code 2.
Unit Tests (flytepropeller) / Run Unit Test
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to NewFailureNodeLookup: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use n (variable of type *mocks.ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *mocks.ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in struct literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnStartNode().Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use mockNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN2).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use mockNodeN0 (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in argument to mockWf.OnGetNode(nodeN0).Return: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use branchTakenNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
Unit Tests (flytepropeller) / Run Unit Test
cannot use parentBranchNode (variable of type *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode) as "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode value in map literal: *"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1/mocks".ExecutableNode does not implement "github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1".ExecutableNode (missing method GetPodTemplate)
unpack-envvars
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Getting started
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Check Go Generate (flytecopilot) / Go Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (datacatalog) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Lint (flyteidl) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flytectl) / Go Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flytectl) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Lint (flytecopilot) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flytepropeller) / Go Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flytepropeller) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Lint (datacatalog) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flyteadmin) / Go Generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check Go Generate (flyteadmin) / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
Unit Tests (flytecopilot) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (flytestdlib) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests (datacatalog) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (flytectl) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (flyteplugins) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (flytepropeller) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests (flyteplugins) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests (flytepropeller) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint (flyteadmin) / Run Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit Tests (flytectl) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Images / Build & Push Image (flytecopilot) / Push to Github Registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Unit Tests (flytestdlib) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Images / Build & Push Image (datacatalog) / Push to Github Registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
flyteadmin integration tests image / build_docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
flyteadmin integration tests image / 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/
Unit Tests (flyteadmin) / Run Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Images / Build & Push Image (flytepropeller) / Push to Github Registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Test Getting started
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Images / Build & Push Image (flytescheduler) / Push to Github Registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Dry Run Goreleaser
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Dry Run Goreleaser
You are using 'latest' as default version. Will lock to '~> v1'.
Integration Test (flyteadmin) / Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Integration Test (flyteadmin) / Integration tests
Could not get cache folder paths.

Artifacts

Produced during runtime
Name Size
flyteorg~flyte~HH75HN.dockerbuild
78.5 KB
flyteorg~flyte~KJALSU.dockerbuild
79.4 KB
flyteorg~flyte~R1GTDD.dockerbuild
83.1 KB
flyteorg~flyte~UWUMOV.dockerbuild
70.4 KB
flyteorg~flyte~ZYKO86.dockerbuild
76.9 KB