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`: - [[EDR Workflows] Rename Osquery Serverless tests job name (#197588)](https://github.com/elastic/kibana/pull/197588) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"tomasz.ciecierski@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T15:29:32Z","message":"[EDR Workflows] Rename Osquery Serverless tests job name (#197588)","sha":"d03018ce6c855814731693cbf39e98d7eccb4339","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","v9.0.0","Team:Defend Workflows","backport:version","v8.17.0"],"number":197588,"url":"https://github.com/elastic/kibana/pull/197588","mergeCommit":{"message":"[EDR Workflows] Rename Osquery Serverless tests job name (#197588)","sha":"d03018ce6c855814731693cbf39e98d7eccb4339"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197588","number":197588,"mergeCommit":{"message":"[EDR Workflows] Rename Osquery Serverless tests job name (#197588)","sha":"d03018ce6c855814731693cbf39e98d7eccb4339"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
This commit is contained in:
parent
60f0fb621d
commit
fc831f1c6a
2 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ steps:
|
|||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh
|
||||
label: "Serverless Osquery Cypress Tests"
|
||||
label: "Osquery Cypress Tests on Serverless"
|
||||
if: "build.env('SKIP_CYPRESS') != '1' && build.env('SKIP_CYPRESS') != 'true'"
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
|
|
|
@ -339,7 +339,7 @@ steps:
|
|||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh
|
||||
label: 'Serverless Osquery Cypress Tests'
|
||||
label: 'Osquery Cypress Tests on Serverless'
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue