[9.2] [ResponseOps] Split alerting security_and_spaces group8 FTR config to fix CI timeout (#260029)#261147
Merged
steliosmavro merged 1 commit intoelastic:9.2from Apr 3, 2026
Conversation
… fix CI timeout (elastic#260029) ## Summary `security_and_spaces/group8` had 262 tests taking ~40 minutes. With ~10 minutes of step overhead this consistently exceeded the 50-minute Buildkite timeout — all tests passed but the step was killed during post-test cleanup, triggering 3 automatic retries and wasting ~236 minutes of CI time per affected PR. Split into two groups targeting ~20 minutes each, with minor test quality fixes along the way. ## Changes - **group8** — 5 `it` blocks: return rules with gaps, ordering (asc/desc), filter by gap status, filter by aggregated status - **group17** (new) — 5 `it` blocks: deleted rule, empty results, latest gap timestamp, no timestamp when no gaps, invalid params - Registered `group17` in `.buildkite/ftr_platform_stateful_configs.yml` and `.github/CODEOWNERS` - Replaced inline `if` auth guard with a consistent `switch` pattern matching the rest of the file - Split "filter by gap status" `it` block into separate `unfilled` and `filled` assertions (cherry picked from commit 37a00eb) # Conflicts: # .buildkite/ftr_platform_stateful_configs.yml # .github/CODEOWNERS # x-pack/platform/test/alerting_api_integration/security_and_spaces/group8/tests/alerting/gap/get_rules_with_gaps.ts
fake-haris
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.2:Questions ?
Please refer to the Backport tool documentation