Skip to content

test PR for fork

test PR for fork #424

Triggered via pull request July 15, 2026 16:31
Status Failure
Total duration 1h 0m 2s
Artifacts 24

e2e-test.yml

on: pull_request
Matrix: build / image-build
Matrix: end-to-end-critical-mlflow-tests
Matrix: end-to-end-critical-scenario-multi-user-tests
Matrix: end-to-end-scenario-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 42 warnings
build / image-build (viewer-crd-controller, backend/Dockerfile.viewercontroller, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: backend/Dockerfile.viewercontroller#L43
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Legacy key/value format with whitespace separator should not be used: backend/Dockerfile.viewercontroller#L41
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: backend/Dockerfile.viewercontroller#L40
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
The 'as' keyword should match the case of the 'from' keyword: backend/Dockerfile.viewercontroller#L15
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build / image-build (persistenceagent, backend/Dockerfile.persistenceagent, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build / image-build (launcher, backend/Dockerfile.launcher, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build / image-build (frontend, frontend/Dockerfile, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: frontend/Dockerfile#L42
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Legacy key/value format with whitespace separator should not be used: frontend/Dockerfile#L41
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes: frontend/Dockerfile#L13
WorkdirRelativePath: Relative workdir "./src" can have unexpected results if the base image changes More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
Default value for global ARG results in an empty or invalid base image name: frontend/Dockerfile#L29
InvalidDefaultArgInFrom: Default value for ARG node:${NODE_VERSION}-${BASE_IMAGE} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
Default value for global ARG results in an empty or invalid base image name: frontend/Dockerfile#L4
InvalidDefaultArgInFrom: Default value for ARG node:${NODE_VERSION}-slim results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
build / image-build (cache-deployer, backend/src/cache/deployer/Dockerfile, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build / image-build (metadata-writer, backend/metadata_writer/Dockerfile, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: backend/metadata_writer/Dockerfile#L6
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
build / image-build (visualization-server, backend/Dockerfile.visualization, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Legacy key/value format with whitespace separator should not be used: backend/Dockerfile.visualization#L37
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
build / image-build (apiserver, backend/Dockerfile, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Variables should be defined before their use: backend/Dockerfile#L35
UndefinedVar: Usage of undefined variable '$SOURCE_CODE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: backend/Dockerfile#L30
UndefinedVar: Usage of undefined variable '$SOURCE_CODE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: backend/Dockerfile#L29
UndefinedVar: Usage of undefined variable '$SOURCE_CODE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: backend/Dockerfile#L28
UndefinedVar: Usage of undefined variable '$SOURCE_CODE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Variables should be defined before their use: backend/Dockerfile#L27
UndefinedVar: Usage of undefined variable '$SOURCE_CODE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
build / image-build (scheduledworkflow, backend/Dockerfile.scheduledworkflow, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: backend/Dockerfile.scheduledworkflow#L61
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
build / image-build (metadata-envoy, third_party/metadata_envoy/Dockerfile, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build / image-build (driver, backend/Dockerfile.driver, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build / image-build (cache-server, backend/Dockerfile.cacheserver, .)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
The 'as' keyword should match the case of the 'from' keyword: backend/Dockerfile.cacheserver#L16
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
End to End Critical Scenario MLflow Tests - K8s v1.34.0 cacheEnabled=false artifactStorage=file
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End Critical Scenario MLflow Tests - K8s v1.34.0 cacheEnabled=false artifactStorage=s3
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2EProxy Tests - K8s v1.31.0 cacheEnabled=false argoVersion= proxy=true storage= pod_to_pod_tls_enabled=false deploy_external_argo=
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2EEssential Tests - K8s v1.35.0 cacheEnabled=true argoVersion= proxy=false storage=seaweedfs pod_to_pod_tls_enabled=true deploy_external_argo=false
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End Critical Scenario MLflow Tests - K8s v1.34.0 cacheEnabled=true artifactStorage=file
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2ECritical Tests - K8s v1.29.2 cacheEnabled=false argoVersion= proxy=false storage=seaweedfs pod_to_pod_tls_enabled=false deploy_external_argo=false
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End Critical Scenario MLflow Tests - K8s v1.34.0 cacheEnabled=true artifactStorage=s3
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2EParallelNested Tests - K8s v1.35.0 cacheEnabled=true argoVersion= proxy=false storage=seaweedfs pod_to_pod_tls_enabled=true deploy_external_argo=false
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End Critical Scenario Multi User Tests - K8s v1.35.0 cacheEnabled=false multiUser=true artifactProxy=
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2ECritical Tests - K8s v1.35.0 cacheEnabled=true argoVersion= proxy=false storage=seaweedfs pod_to_pod_tls_enabled=true deploy_external_argo=false
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End Critical Scenario Multi User Tests - K8s v1.35.0 cacheEnabled=true multiUser=true artifactProxy=true
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
End to End E2ECritical Tests - K8s v1.31.0 cacheEnabled=false argoVersion= proxy=false storage=seaweedfs pod_to_pod_tls_enabled=false deploy_external_argo=false
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
HTML Report - E2ECriticalTests_K8s=v1.29.2_cacheEnabled=false_argoVersion=_proxy=false_storage=seaweedfs_tls=false_pypi=false Expired
16.9 KB
sha256:85889fc79b85638752e19209d8b920ab7116de74148ac72c5f931ced94abc17a
HTML Report - E2ECriticalTests_K8s=v1.31.0_cacheEnabled=false_argoVersion=_proxy=false_storage=seaweedfs_tls=false_pypi=false Expired
60.5 KB
sha256:59265a5c6d1b590c2e72dd4b288a710ab50511c9df457e1c2bb5c9ac04039d3b
HTML Report - E2ECriticalTests_K8s=v1.35.0_cacheEnabled=true_argoVersion=_proxy=false_storage=seaweedfs_tls=true_pypi=false Expired
16.8 KB
sha256:9cdf1bbfa10501a25f0282b521c0b96af00d631b13cbda8289b6b8667163916e
HTML Report - E2EEssentialTests_K8s=v1.35.0_cacheEnabled=true_argoVersion=_proxy=false_storage=seaweedfs_tls=true_pypi=false Expired
11.5 KB
sha256:1d3f249f96c49458ed601204369766451c04b3c368887ca34cf7f14dc03ee7c2
HTML Report - E2EMultiUserTests_K8s=v1.35.0_cacheEnabled=false_multiUser=true_artifactProxy= Expired
16.9 KB
sha256:8dd8c3c1a086f6627c7c19b7a7b867eefa878489b8c76a0adec1385095621f63
HTML Report - E2EMultiUserTests_K8s=v1.35.0_cacheEnabled=true_multiUser=true_artifactProxy=true Expired
17.1 KB
sha256:e8443f50b983064e822ecfb92c585b9d328623a1e6143047c81004b36cc69327
HTML Report - E2EParallelNestedTests_K8s=v1.35.0_cacheEnabled=true_argoVersion=_proxy=false_storage=seaweedfs_tls=true_pypi=false Expired
7.45 KB
sha256:6838defbd038c6864577be4820cb13ff601882d449750119e07d80f51c5d3d3e
HTML Report - E2EProxyTests_K8s=v1.31.0_cacheEnabled=false_argoVersion=_proxy=true_storage=_tls=false_pypi= Expired
3.12 KB
sha256:fb05787807df9901c4726964ebb383bd91b617d74175a60a8f2b5ae64322b54d
HTML Report - MLflowTests_K8s=v1.34.0_cacheEnabled=false_artifactStorage=file Expired
6.26 KB
sha256:121b6c37de44af6dcf93fdff15f3fdd78f1e721ddecfba059215f6112c4378a5
HTML Report - MLflowTests_K8s=v1.34.0_cacheEnabled=false_artifactStorage=s3 Expired
10.4 KB
sha256:03f44f8877941b70491f543667d7c482f6a87f3fb56702729a93d25b410a2d7c
HTML Report - MLflowTests_K8s=v1.34.0_cacheEnabled=true_artifactStorage=file Expired
10.5 KB
sha256:ff60f6240d5b53aab1ccb94af0ba1529670fe024925d21ddd5d48b2f3daa3b89
HTML Report - MLflowTests_K8s=v1.34.0_cacheEnabled=true_artifactStorage=s3 Expired
6.25 KB
sha256:7e899b7b7f9330f6cd0fa49bbfb73f93d274230a145a65ba47abe01f12a15181
apiserver Expired
106 MB
sha256:8b4bf1f6f7aecd378bd606101ffea832b2b7578772a0331c5285d4621cf733d1
cache-deployer Expired
321 MB
sha256:171559bff5440c924bea997d5ae291159bc1bd5573e8105aa02bc835d3d96c1a
cache-server Expired
34.5 MB
sha256:708d07c9dc7fcced42ee94b76746b162fb9670bcfac24a779044a2c11a4fbcb7
driver Expired
88.9 MB
sha256:baf8a2c0926fa5a4e55f08db4598e1bffde9677a7f57f3ecf8db464b72b91a1a
frontend Expired
162 MB
sha256:d29295c30285763e0589037dc76e177f13717faa24a93ecbf998d00c4778803f
launcher Expired
86.6 MB
sha256:c43446339917ca2ce03e9799592222e2200f6301118a63d557640ba98b75ed0f
metadata-envoy Expired
128 MB
sha256:69375b980764c7a6a9bbeacf2c8abd9d517ebaf5ab2b4c0dba4d3c3e1f69954b
metadata-writer Expired
87.2 MB
sha256:d3b51c0c12010bcc700e90b24d0032e4344e9cbe8e9d3097db127b945e9be2bd
persistenceagent Expired
67.6 MB
sha256:d08340a789de6178a46fd0b3942d1068e8334bd7ac211be30a3f3429f60320c6
scheduledworkflow Expired
81.7 MB
sha256:2c2cfacf3cf6c2c7383d6893e5a267c41b69c58f44edc2f9a8a8bfc2b453d5e1
viewer-crd-controller Expired
27.6 MB
sha256:8e4b6a29c2d45e3a72d3c90f29143ff4cf0f8d7717b3a211db373caf57d4a2d5
visualization-server Expired
952 MB
sha256:cef9d259f6909a9dd7490bc34368c35c69b9215ef827b1b4747526b01c097b15