We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b58234 commit f935559Copy full SHA for f935559
1 file changed
.buildkite/pipelines/evals/llm_evals.yml
@@ -398,3 +398,25 @@ steps:
398
automatic:
399
- exit_status: '-1'
400
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