Skip to content

Updated Github Actions Workflows for 3.x.x Chaos Center #2407

Updated Github Actions Workflows for 3.x.x Chaos Center

Updated Github Actions Workflows for 3.x.x Chaos Center #2407

Triggered via pull request July 6, 2023 05:46
Status Failure
Total duration 5m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
changes
3s
changes
backend-checks
37s
backend-checks
frontend-checks
1m 40s
frontend-checks
docker-build-graphql-server
2m 4s
docker-build-graphql-server
docker-build-authentication-server
1m 28s
docker-build-authentication-server
docker-build-subscriber
1m 59s
docker-build-subscriber
docker-build-event-tracker
1m 56s
docker-build-event-tracker
docker-build-frontend
2m 54s
docker-build-frontend
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
backend-checks
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/
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/Nodes/utils.tsx#L9
Unexpected any. Specify a different type
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L101
React Hook useLayoutEffect has missing dependencies: 'redrawSVGLinks', 'renderSVGLinksDelayed', and 'shouldDelayRender'. Either include them or remove the dependency array
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/PipelineGraph/PipelineGraph.tsx#L141
React Hook useEffect has a missing dependency: 'panZoom'. Either include it or remove the dependency array
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/hooks/useIntersection.ts#L39
React Hook useEffect has a missing dependency: 'compareFn'. Either include it or remove the dependency array. If 'compareFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
frontend-checks: chaoscenter/web/src/components/PipelineDiagram/hooks/useResizeObserver.ts#L56
React Hook useEffect has missing dependencies: 'onResize' and 'parentSelector'. Either include them or remove the dependency array