Skip to content

chore(repo): skip hangar when not needed #10122

chore(repo): skip hangar when not needed

chore(repo): skip hangar when not needed #10122

Triggered via pull request August 29, 2023 19:01
Status Cancelled
Total duration 19m 20s
Artifacts

build.yml

on: pull_request
Matrix: e2e-test
Benchmark
0s
Benchmark
Quality Gate
0s
Quality Gate
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
Build
Fail to evaluate job outputs
Build
The template is not valid. .github/workflows/build.yml (Line: 35, Col: 16): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/build.yml (Line: 36, Col: 21): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/build.yml (Line: 37, Col: 18): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/build.yml (Line: 38, Col: 28): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/build.yml (Line: 39, Col: 20): Error reading JToken from JsonReader. Path '', line 0, position 0.,.github/workflows/build.yml (Line: 40, Col: 22): Error reading JToken from JsonReader. Path '', line 0, position 0.
Build
Process completed with exit code 1.
Test
Canceling since a higher priority waiting request for 'Build-mark/improving-dx' exists
Test
The operation was canceled.
Test: apps/wing-console/console/ui/src/features/auto-updater.tsx#L31
React Hook useEffect has a missing dependency: 'checkForUpdates'. Either include it or remove the dependency array
Test: apps/wing-console/console/ui/src/features/console-logs-filters.tsx#L58
React Hook useEffect has a missing dependency: 'logLevelNames'. Either include it or remove the dependency array
Test: apps/wing-console/console/ui/src/features/console-logs-filters.tsx#L62
React Hook useEffect has a missing dependency: 'selectedLogTypeFilters'. Either include it or remove the dependency array. If 'setDefaultSelection' needs the current value of 'selectedLogTypeFilters', you can also switch to useReducer instead of useState and read 'selectedLogTypeFilters' in the reducer
Test: apps/wing-console/console/ui/src/layout/use-layout.tsx#L53
React Hook useCallback has a missing dependency: 'setSelectedItems'. Either include it or remove the dependency array
Test: apps/wing-console/console/ui/src/layout/use-layout.tsx#L58
React Hook useCallback has a missing dependency: 'onSelectedItemsChange'. Either include it or remove the dependency array
Test: apps/wing-console/console/ui/src/services/use-api.ts#L25
React Hook useEffect has a missing dependency: 'onFetchDataUpdate'. Either include it or remove the dependency array. If 'onFetchDataUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
Test: apps/wing-console/console/ui/src/services/use-api.ts#L32
React Hook useEffect has a missing dependency: 'onSchemaDataUpdate'. Either include it or remove the dependency array. If 'onSchemaDataUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
Test: apps/wing-console/console/ui/src/services/use-explorer.tsx#L67
React Hook useEffect has a missing dependency: 'setSelectedNode'. Either include it or remove the dependency array
Test: apps/wing-console/console/ui/src/ui/api-interaction.tsx#L105
React Hook useCallback has a missing dependency: 'callFetch'. Either include it or remove the dependency array. If 'callFetch' changes too often, find the parent component that defines it and wrap that definition in useCallback
Test: apps/wing-console/console/ui/src/ui/api-interaction.tsx#L194
React Hook useEffect has missing dependencies: 'currentRoute' and 'resetApiState'. Either include them or remove the dependency array