Skip to content

Commit

Permalink
[8.x] Skip Backfill groups in the periodic pipeline (#195760) (#195786)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [Skip Backfill groups in the periodic pipeline
(#195760)](#195760)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Khristinin
Nikita","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-10T14:28:48Z","message":"Skip
Backfill groups in the periodic pipeline (#195760)\n\n##
Summary\r\n\r\nThis test shouldn't run in periodic pipeline. We expect
only FTR and Cypress running in periodic and 2nd quality gate pipelines
enabled in
https://github.com/elastic/kibana/pull/193666.","sha":"6f1449b1f589b05a0919753dbb1afa51dac02185","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"Skip
Backfill groups in the periodic
pipeline","number":195760,"url":"https://github.com/elastic/kibana/pull/195760","mergeCommit":{"message":"Skip
Backfill groups in the periodic pipeline (#195760)\n\n##
Summary\r\n\r\nThis test shouldn't run in periodic pipeline. We expect
only FTR and Cypress running in periodic and 2nd quality gate pipelines
enabled in
https://github.com/elastic/kibana/pull/193666.","sha":"6f1449b1f589b05a0919753dbb1afa51dac02185"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195760","number":195760,"mergeCommit":{"message":"Skip
Backfill groups in the periodic pipeline (#195760)\n\n##
Summary\r\n\r\nThis test shouldn't run in periodic pipeline. We expect
only FTR and Cypress running in periodic and 2nd quality gate pipelines
enabled in
https://github.com/elastic/kibana/pull/193666.","sha":"6f1449b1f589b05a0919753dbb1afa51dac02185"}}]}]
BACKPORT-->

Co-authored-by: Khristinin Nikita <[email protected]>
  • Loading branch information
kibanamachine and nkhristinin authored Oct 10, 2024
1 parent ac5deb7 commit 7127657
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {
describe(
'Backfill groups',
{
tags: ['@ess', '@serverless'],
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
},
function () {
before(() => {
Expand Down

0 comments on commit 7127657

Please sign in to comment.