Skip to content

Commit

Permalink
Fix yml config for MKI pipeline (elastic#199422)
Browse files Browse the repository at this point in the history
## Summary

this config isn't valid, and MKI pipeline is failing, as it can't parse
it.
  • Loading branch information
nkhristinin authored Nov 8, 2024
1 parent 3094dc4 commit fee03b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
- exit_status: '1'
limit: 2

- label: Running exception_lists:common:lists:qa:serverless:release
- label: Running exception_lists:common:lists:qa:serverless:release
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_lists:common:lists:qa:serverless:release
key: exception_lists:common:lists:qa:serverless:release
agents:
Expand All @@ -75,7 +75,7 @@ steps:
- exit_status: '1'
limit: 2

- label: Running exception_lists:items:lists:qa:serverless:release
- label: Running exception_lists:items:lists:qa:serverless:release
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_lists:items:lists:qa:serverless:release
key: exception_lists:items:lists:qa:serverless:release
agents:
Expand Down

0 comments on commit fee03b6

Please sign in to comment.