Skip to content

Only Initialize AccountStore in-memory state when starting the worker #9000

Only Initialize AccountStore in-memory state when starting the worker

Only Initialize AccountStore in-memory state when starting the worker #9000

Re-run triggered December 19, 2024 16:49
Status Success
Total duration 12m 53s
Artifacts 8

ci.yml

on: pull_request
parachain-build-dev
5m 18s
parachain-build-dev
omni-executor-build
1m 7s
omni-executor-build
parachain-clippy
0s
parachain-clippy
tee-check
22m 31s
tee-check
omni-executor-check
0s
omni-executor-check
parachain-unit-test
0s
parachain-unit-test
parachain-runtime-test
0s
parachain-runtime-test
Matrix: parachain-ts-test
Matrix: identity-single-worker-test
Matrix: identity-multi-worker-test
Matrix: omni-executor-test
push-docker
0s
push-docker
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Variables should be defined before their use: tee-worker/identity/build.Dockerfile#L135
UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Sensitive data should not be used in the ARG or ENV commands: tee-worker/identity/build.Dockerfile#L61
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SGX_COMMERCIAL_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: tee-worker/identity/build.Dockerfile#L62
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SGX_COMMERCIAL_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/