Deployment agnostic tests - add support for env skip tags#208154
Merged
pheyos merged 1 commit intoelastic:mainfrom Jan 24, 2025
Merged
Conversation
dmlemeshko
approved these changes
Jan 24, 2025
Contributor
dmlemeshko
left a comment
There was a problem hiding this comment.
thanks for updating docs, LGTM
Contributor
💚 Build Succeeded
Metrics [docs]
cc @pheyos |
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12948742447 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
This was referenced Jan 24, 2025
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
pheyos
added a commit
that referenced
this pull request
Jan 24, 2025
) (#208197) # Backport This will backport the following commits from `main` to `8.x`: - [Deployment agnostic tests - add support for env skip tags (#208154)](#208154) <!--- Backport version: 9.6.4 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Robert Oskamp","email":"robert.oskamp@elastic.co"},"sourceCommit":{"committedDate":"2025-01-24T11:27:56Z","message":"Deployment agnostic tests - add support for env skip tags (#208154)\n\n## Summary\r\n\r\nThis PR adds support for two new suite tags in FTR deployment agnostic\r\ntests:\r\n* `skipStateful` to remove the suite from all stateful test runs (local\r\n+ ECH)\r\n* `skipServerless` to remove the suite from all serverless test runs\r\n(local + MKI)","sha":"f28c293973b59d02aa484fd2cccf6dce840f5887","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","v8.18.0"],"title":"Deployment agnostic tests - add support for env skip tags","number":208154,"url":"https://github.com/elastic/kibana/pull/208154","mergeCommit":{"message":"Deployment agnostic tests - add support for env skip tags (#208154)\n\n## Summary\r\n\r\nThis PR adds support for two new suite tags in FTR deployment agnostic\r\ntests:\r\n* `skipStateful` to remove the suite from all stateful test runs (local\r\n+ ECH)\r\n* `skipServerless` to remove the suite from all serverless test runs\r\n(local + MKI)","sha":"f28c293973b59d02aa484fd2cccf6dce840f5887"}},"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/208154","number":208154,"mergeCommit":{"message":"Deployment agnostic tests - add support for env skip tags (#208154)\n\n## Summary\r\n\r\nThis PR adds support for two new suite tags in FTR deployment agnostic\r\ntests:\r\n* `skipStateful` to remove the suite from all stateful test runs (local\r\n+ ECH)\r\n* `skipServerless` to remove the suite from all serverless test runs\r\n(local + MKI)","sha":"f28c293973b59d02aa484fd2cccf6dce840f5887"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
JoseLuisGJ
pushed a commit
to JoseLuisGJ/kibana
that referenced
this pull request
Jan 27, 2025
…8154) ## Summary This PR adds support for two new suite tags in FTR deployment agnostic tests: * `skipStateful` to remove the suite from all stateful test runs (local + ECH) * `skipServerless` to remove the suite from all serverless test runs (local + MKI)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for two new suite tags in FTR deployment agnostic tests:
skipStatefulto remove the suite from all stateful test runs (local + ECH)skipServerlessto remove the suite from all serverless test runs (local + MKI)