Skip to content

Commit f935559

Browse files
committed
chore(evals): add security-alert-triage to weekly LLM eval schedule
Registers the suite alongside the other security evals so it runs automatically in the weekly pipeline against the core model matrix. Refs #17496
1 parent 1b58234 commit f935559

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.buildkite/pipelines/evals/llm_evals.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,25 @@ steps:
398398
automatic:
399399
- exit_status: '-1'
400400
limit: 3
401+
402+
- label: 'Evals: Security Alert Triage'
403+
key: kbn-evals-weekly-security-alert-triage
404+
command: bash .buildkite/scripts/steps/evals/run_suite.sh
405+
env:
406+
KBN_EVALS: '1'
407+
FTR_EIS_CCM: '1'
408+
EVAL_SUITE_ID: 'security-alert-triage'
409+
EVAL_FANOUT: '1'
410+
EVAL_INCLUDE_EIS_MODELS: '1'
411+
EVAL_MODEL_GROUPS: *weekly_eis_core_models
412+
timeout_in_minutes: 60
413+
agents:
414+
image: family/kibana-ubuntu-2404
415+
imageProject: elastic-images-prod
416+
provider: gcp
417+
machineType: n2-standard-8
418+
preemptible: true
419+
retry:
420+
automatic:
421+
- exit_status: '-1'
422+
limit: 3

0 commit comments

Comments
 (0)