Skip to content

add a test fips command #6170

add a test fips command

add a test fips command #6170

Triggered via push November 14, 2024 17:58
Status Failure
Total duration 3m 38s
Billable time 4m
Artifacts

ci.yml

on: push
Matrix: Build and test
Test standalone binary in ubuntu
58s
Test standalone binary in ubuntu
Test standalone binary in ARM ubuntu
1m 3s
Test standalone binary in ARM ubuntu
Test standalone binary in windows
2m 55s
Test standalone binary in windows
Test standalone binary in macOS
1m 16s
Test standalone binary in macOS
Test standalone binary in ARM macOS
1m 1s
Test standalone binary in ARM macOS
Static Analyzer - Diff Aware
21s
Static Analyzer - Diff Aware
Static Analyzer - Non Diff Aware
36s
Static Analyzer - Non Diff Aware
Check licenses
42s
Check licenses
Matrix: End-to-end test the package
Fit to window
Zoom out
Zoom in

Annotations

94 errors and 5 warnings
Build and test (18)
No files were found with the provided path: sarif-datadog-ci.sarif. No artifacts will be uploaded.
Build and test (18): src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (18): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (18): src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (18): src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (18): src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (14): src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (14): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (14): src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (14): src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (14): src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (14)
No files were found with the provided path: sarif-datadog-ci.sarif. No artifacts will be uploaded.
Build and test (16): src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (16): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (16): src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (16): src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (16): src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (16)
No files were found with the provided path: sarif-datadog-ci.sarif. No artifacts will be uploaded.
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ubuntu: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ubuntu: src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in ubuntu: src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ubuntu: src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ARM macOS: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ARM macOS: src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in ARM macOS: src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM macOS: src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (20): src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (20): src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Build and test (20): src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (20): src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Build and test (20): src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Build and test (20)
No files were found with the provided path: sarif-datadog-ci.sarif. No artifacts will be uploaded.
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ARM ubuntu: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in ARM ubuntu: src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in ARM ubuntu: src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in ARM ubuntu: src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in windows: src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in windows: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in windows: src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in windows: src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in windows: src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in macOS: src/commands/synthetics/__tests__/cli.test.ts#L188
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: { allowInsecureCertificates: true; basicAuth: { username: string; password: string; }; ... 17 more ...; variables: { ...; }; }; ... 14 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/synthetics/__tests__/cli.test.ts#L281
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: false; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/synthetics/__tests__/cli.test.ts#L747
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: true; failOnMissingTests: true; failOnTimeout: true; files: string[]; jUnitReport: string; ... 7 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/synthetics/__tests__/cli.test.ts#L925
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: false; files: string[]; ... 8 more ...; variableStrings: string[]; }' is missing the following properties from type 'Omit<RunTestsCommandConfig, "proxy" | "global" | "defaultTestOverrides">': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/synthetics/__tests__/fixtures.ts#L69
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: never[]; jUnitReport: string; ... 9 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L56
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; global: {}; locations: never[]; ... 6 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in macOS: src/commands/synthetics/__tests__/run-tests-lib.test.ts#L83
Argument of type '{ apiKey: string; appKey: string; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; files: string[]; ... 8 more ...; variableStrings: never[]; }' is not assignable to parameter of type 'RunTestsCommandConfig'.
Test standalone binary in macOS: src/commands/synthetics/run-tests-command.ts#L5
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Test standalone binary in macOS: src/commands/synthetics/run-tests-command.ts#L40
Type '{ apiKey: string; appKey: string; batchTimeout: number; configPath: string; datadogSite: string; defaultTestOverrides: {}; failOnCriticalErrors: false; failOnMissingTests: false; failOnTimeout: true; ... 11 more ...; variableStrings: never[]; }' is missing the following properties from type 'RunTestsCommandConfig': fipsEnable, fipsIgnoreError
Test standalone binary in macOS: src/commands/test-fips/cli.ts#L3
Cannot find module '../../helpers/fips' or its corresponding type declarations.
Static Analyzer - Diff Aware
Input 'dd_service' has been deprecated with message: The Datadog service is no longer configurable
Static Analyzer - Diff Aware
Input 'dd_env' has been deprecated with message: The Datadog env is no longer configurable
Static Analyzer - Non Diff Aware
Input 'dd_service' has been deprecated with message: The Datadog service is no longer configurable
Static Analyzer - Non Diff Aware
Input 'dd_env' has been deprecated with message: The Datadog env is no longer configurable
Continuous Integration
This workflow ran on a hosted runner that uses the "Base Image for Ubuntu Server 22.04". This image will be deprecated in September 2024. Please setup a new runner to use the "Ubuntu 22.04 by Arm Limited" or "Ubuntu 24.04 by Arm Limited" image. This will help reduce workflow run times as there are pre-installed tools. To view the list of installed software on new images, check out https://github.com/actions/partner-runner-images repository.