mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Assistant] Cleanup MKI test configs (#188665)
## Summary In https://github.com/elastic/kibana/pull/188168 we cleaned up some of our API tests, but missed these other references and so have failures on the [periodic test pipeline](https://buildkite.com/elastic/kibana-serverless-security-solution-quality-gate-gen-ai/builds/854). This PR updates these configs to remove the test commands that no longer exist.
This commit is contained in:
parent
f6914d8428
commit
40b966c0c8
2 changed files with 0 additions and 29 deletions
|
@ -21,20 +21,6 @@ steps:
|
|||
- group: "API MKI - GenAI"
|
||||
key: api_test_ai_assistant
|
||||
steps:
|
||||
- label: Running genai:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh genai:qa:serverless
|
||||
key: genai:qa:serverless
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: "1"
|
||||
limit: 2
|
||||
|
||||
- label: Running nlp_cleanup_task:complete:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh nlp_cleanup_task:complete:qa:serverless
|
||||
|
|
|
@ -21,21 +21,6 @@ steps:
|
|||
- group: "API MKI - GenAI"
|
||||
key: api_test_ai_assistant
|
||||
steps:
|
||||
- label: Running genai:qa:serverless:release
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh genai:qa:serverless:release
|
||||
key: genai:qa:serverless:release
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: "1"
|
||||
limit: 2
|
||||
|
||||
- label: Running nlp_cleanup_task:complete:qa:serverless:release
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh nlp_cleanup_task:complete:qa:serverless:release
|
||||
key: nlp_cleanup_task:complete:qa:serverless:release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue