From 1bfc8fba77353044f490e13b96d3413e718631ba Mon Sep 17 00:00:00 2001 From: Dzmitry Lemechko Date: Mon, 22 Dec 2025 15:10:53 +0100 Subject: [PATCH] [scout] use svl mode to run api-int tests (#247223) ## Summary Scout internal integration tests (to check our api helpers) are run against serverless distro, which is totally ok for `main` branch but might be an issue for the older branches. Changing step to use `stateful` mode as both Kibana and ES builds are available there. (cherry picked from commit 9785a5c1eccb1efb7e48f8db6447eb5f75f37e1b) --- .buildkite/scripts/steps/test/scout_test_run_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/steps/test/scout_test_run_builder.sh b/.buildkite/scripts/steps/test/scout_test_run_builder.sh index 36d36a1e07323..b078ceef62176 100755 --- a/.buildkite/scripts/steps/test/scout_test_run_builder.sh +++ b/.buildkite/scripts/steps/test/scout_test_run_builder.sh @@ -17,7 +17,7 @@ buildkite-agent artifact upload "scout_playwright_configs.json" echo '--- Running Scout API Integration Tests' node scripts/scout.js run-tests \ ---serverless=security \ +--stateful \ --config src/platform/packages/shared/kbn-scout/test/scout/api/playwright.config.ts \ --kibana-install-dir "$KIBANA_BUILD_LOCATION"