Skip to content

feat: add support for embedded cluster updates #15061

feat: add support for embedded cluster updates

feat: add support for embedded cluster updates #15061

Triggered via pull request December 6, 2023 20:52
Status Cancelled
Total duration 9m 12s
Artifacts 3

build-test.yaml

on: pull_request
can-run-ci
0s
can-run-ci
enable-tests
0s
enable-tests
generate-tag
3s
generate-tag
validate-kurl-addon
0s
validate-kurl-addon
Matrix: validate-min-kots-version
Matrix: validate-range-kots-version
Matrix: validate-target-kots-version
Matrix: validate-airgap-smoke-test
Matrix: validate-change-license
Matrix: validate-config
Matrix: validate-gitops
Matrix: validate-multi-app-backup-and-restore
Matrix: validate-multi-app-install
Matrix: validate-no-required-config
Matrix: validate-strict-preflight-checks
Matrix: validate-support-bundle
Matrix: validate-version-history-pagination
validate-existing-online-install-minimal
0s
validate-existing-online-install-minimal
Matrix: validate-app-version-label
Matrix: validate-deployment-orchestration
Matrix: validate-kots-helm-release-secret-migration
Matrix: validate-kubernetes-installer-preflight
Matrix: validate-native-helm-v2
Matrix: validate-no-redeploy-on-restart
Matrix: validate-registry-check
Matrix: validate-remove-app
Matrix: validate-replicated-sdk
validate-kots-push-images-anonymous
0s
validate-kots-push-images-anonymous
Matrix: validate-backup-and-restore
Matrix: validate-helm-install-order
Matrix: validate-kots-pull
Matrix: validate-kots-upgrade
Matrix: validate-minimal-rbac-override
Matrix: validate-minimal-rbac
Matrix: validate-multi-namespace
Matrix: validate-smoke-test
Matrix: validate-kots-admin-console-generate-manifests
validate-pr-tests
0s
validate-pr-tests
validate-success
0s
validate-success
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 4 warnings
lint-web
Process completed with exit code 2.
vet-kots: pkg/handlers/metadata_test.go#L662
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to GetMetadataHandler: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/metrics_test.go#L125
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to handler.GetSendCustomAppMetricsHandler: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L109
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L123
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L181
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L195
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L251
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L286
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L323
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
vet-kots: pkg/handlers/session_test.go#L359
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/metadata_test.go#L662
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to GetMetadataHandler: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/metrics_test.go#L125
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to handler.GetSendCustomAppMetricsHandler: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L109
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L123
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L181
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L195
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in struct literal: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L251
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L286
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L323
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
ci-test-kots: pkg/handlers/session_test.go#L359
cannot use mockStore (variable of type *mock_store.MockStore) as store.Store value in argument to requireValidSession: *mock_store.MockStore does not implement store.Store (missing method GetEmbeddedClusterState)
test-okteto-env
Canceling since a higher priority waiting request for 'ricardomaraschini/sc-93834/productize-autopilot-upgrades' exists
test-okteto-env
The operation was canceled.
build-kotsadm
The operation was canceled.
validate-success
Process completed with exit code 1.
build-e2e
Restore cache failed: Dependencies file is not found in /home/runner/work/kots/kots. Supported file pattern: go.sum
build-kurl-proxy
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-kurl-proxy
Restore cache failed: Dependencies file is not found in /home/runner/work/kots/kots. Supported file pattern: go.sum
build-kotsadm
Restore cache failed: Dependencies file is not found in /home/runner/work/kots/kots. Supported file pattern: go.sum

Artifacts

Produced during runtime
Name Size
e2e Expired
879 MB
kots Expired
89.3 MB
web Expired
39.4 MB