-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Functional tests - fix report names in API configs #152591
Conversation
Pinging @elastic/ml-ui (:ml) |
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: cc @pheyos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Sorry I didn't spot your deliberate typo in the original PR ;)
This PR fixes the API integration test suite report names for ML and Transform tests. (cherry picked from commit 61f0a39)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… (#152692) # Backport This will backport the following commits from `main` to `8.7`: - [[ML] Functional tests - fix report names in API configs (#152591)](#152591) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Robert Oskamp","email":"robert.oskamp@elastic.co"},"sourceCommit":{"committedDate":"2023-03-06T09:52:08Z","message":"[ML] Functional tests - fix report names in API configs (#152591)\n\nThis PR fixes the API integration test suite report names for ML and Transform tests.","sha":"61f0a39e28820bd165318ddcd9e417869141be75","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","backport:prev-minor","v8.7.0","v8.8.0"],"number":152591,"url":"https://github.com/elastic/kibana/pull/152591","mergeCommit":{"message":"[ML] Functional tests - fix report names in API configs (#152591)\n\nThis PR fixes the API integration test suite report names for ML and Transform tests.","sha":"61f0a39e28820bd165318ddcd9e417869141be75"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/152591","number":152591,"mergeCommit":{"message":"[ML] Functional tests - fix report names in API configs (#152591)\n\nThis PR fixes the API integration test suite report names for ML and Transform tests.","sha":"61f0a39e28820bd165318ddcd9e417869141be75"}}]}] BACKPORT--> Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
This PR fixes the API integration test suite report names for ML and Transform tests.
Summary
This PR fixes the API integration test suite report names for ML and Transform tests.
Follow-up on #151729, where the suite names have been introduced with a copy/paste mistake.