Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.17] Clean up pipelines #187490

Merged
merged 5 commits into from
Jul 8, 2024

Merge branch '7.17' into clean-up-pipelines

7f3e5c8
Select commit
Loading
Failed to load commit list.
Merged

[7.17] Clean up pipelines #187490

Merge branch '7.17' into clean-up-pipelines
7f3e5c8
Select commit
Loading
Failed to load commit list.
checks-reporter / Jest Integration Tests 1 succeeded Jul 8, 2024 in 1m 58s

.buildkite/scripts/steps/test/jest_parallel.sh jest.integration.config.js

Details

--- $ node scripts/jest --config packages/kbn-babel-register/jest.integration.config.js
 PASS  packages/kbn-babel-register/src/integration_tests/cache.test.ts
  ✓ returns undefined until values are set (20 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   1 passed, 1 total
Time:        1.489 s
Ran all test suites.
--- $ node scripts/jest --config packages/kbn-plugin-generator/jest.integration.config.js
 PASS  packages/kbn-plugin-generator/src/integration_tests/generate_plugin.test.ts (7.832 s)
  ✓ generates a plugin (2008 ms)
  ✓ generates a plugin without UI (1916 ms)
  ✓ generates a plugin without server plugin (1965 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   3 passed, 3 total
Time:        8.069 s
Ran all test suites.
--- $ node scripts/jest --config src/cli/jest.integration.config.js
 PASS  src/cli/serve/integration_tests/invalid_config.test.ts (64.463 s)

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests:       4 skipped, 1 passed, 5 total
Snapshots:   0 total
Time:        67.405 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/kibana_usage_collection/jest.integration.config.js
     │ info starting elasticsearch
Test Suites: 1 skipped, 0 of 1 total
Tests:       1 skipped, 1 total
Snapshots:   0 total
Time:        11.548 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/fleet/jest.integration.config.js

Test Suites: 2 skipped, 0 of 2 total
Tests:       5 skipped, 5 total
Snapshots:   0 total
Time:        11.919 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/task_manager/jest.integration.config.js
Test Suites: 1 skipped, 0 of 1 total
Tests:       4 skipped, 4 total
Snapshots:   0 total
Time:        11.589 s
Ran all test suites.