mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [Fix tests (#199469)](https://github.com/elastic/kibana/pull/199469) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Khristinin Nikita","email":"nikita.khristinin@elastic.co"},"sourceCommit":{"committedDate":"2024-11-08T19:41:59Z","message":"Fix tests (#199469)\n\n## Fix the link for test command in the MKT tests\r\n\r\nJust change tests to be similar what we have in periodic pipeline\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"79a9c3989ee7af6c0e7c4e7c407624956223ce4c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.17.0"],"title":"Fix tests","number":199469,"url":"https://github.com/elastic/kibana/pull/199469","mergeCommit":{"message":"Fix tests (#199469)\n\n## Fix the link for test command in the MKT tests\r\n\r\nJust change tests to be similar what we have in periodic pipeline\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"79a9c3989ee7af6c0e7c4e7c407624956223ce4c"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199469","number":199469,"mergeCommit":{"message":"Fix tests (#199469)\n\n## Fix the link for test command in the MKT tests\r\n\r\nJust change tests to be similar what we have in periodic pipeline\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>","sha":"79a9c3989ee7af6c0e7c4e7c407624956223ce4c"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Khristinin Nikita <nikita.khristinin@elastic.co>
This commit is contained in:
parent
b4b091627b
commit
61ef9fda67
1 changed files with 6 additions and 6 deletions
|
@ -61,9 +61,9 @@ steps:
|
|||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- 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
|
||||
- label: Running exception_lists:auth:common:qa:serverless:release
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_lists:auth:common:qa:serverless:release
|
||||
key: exception_lists:auth:common:qa:serverless:release
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
|
@ -75,9 +75,9 @@ steps:
|
|||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- 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
|
||||
- label: Running exception_lists:auth:items:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_lists:auth:items:qa:serverless
|
||||
key: exception_lists:auth:items:qa:serverless
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue