Skip to content

chore: only run aws sdk tests if changes are relevant (#4306) #11315

chore: only run aws sdk tests if changes are relevant (#4306)

chore: only run aws sdk tests if changes are relevant (#4306) #11315

Triggered via push September 27, 2023 14:05
Status Cancelled
Total duration 3m 27s
Artifacts 1

build.yml

on: push
Matrix: e2e-test
aws-sdk-spec-test  /  setup
6s
aws-sdk-spec-test / setup
Benchmark
17s
Benchmark
Console Preview
0s
Console Preview
Matrix: aws-sdk-spec-test / test-tf-aws
Quality Gate
0s
Quality Gate
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 10 warnings
aws-sdk-spec-test / topic
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / macos + Node20.5.1 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / counter
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / dynamodb-table
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / bucket
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / queue
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / table
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / function
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / on_deploy
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / math
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / util
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / regex
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / api
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / website
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / macos + Node18 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / macos + Node18 [1/2]
The operation was canceled.
aws-sdk-spec-test / service
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / service
The operation was canceled.
E2E / windows + Node20.5.1 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / windows + Node20.5.1 [2/2]
The operation was canceled.
aws-sdk-spec-test / std
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / windows + Node20.5.1 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / std
The operation was canceled.
E2E / windows + Node20.5.1 [1/2]
The operation was canceled.
E2E / ubuntu + Node18 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / ubuntu + Node18 [2/2]
The operation was canceled.
Benchmark
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
Benchmark
The operation was canceled.
E2E / ubuntu + Node20.5.1 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / ubuntu + Node20.5.1 [1/2]
The operation was canceled.
E2E / macos + Node18 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / macos + Node18 [2/2]
The operation was canceled.
E2E / windows + Node18 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / windows + Node18 [1/2]
The operation was canceled.
E2E / ubuntu + Node18 [1/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
aws-sdk-spec-test / schedule
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / ubuntu + Node18 [1/2]
The operation was canceled.
aws-sdk-spec-test / schedule
A task was canceled.
E2E / windows + Node18 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / windows + Node18 [2/2]
The operation was canceled.
E2E / ubuntu + Node20.5.1 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / ubuntu + Node20.5.1 [2/2]
The operation was canceled.
E2E / macos + Node20.5.1 [2/2]
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
E2E / macos + Node20.5.1 [2/2]
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#L76
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#L121
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#L126
React Hook useCallback has a missing dependency: 'setCurrentResponseTab'. Either include it or remove the dependency array

Artifacts

Produced during runtime
Name Size
dist Expired
27.1 MB