-
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
Fix yml config for MKI pipeline #199422
Fix yml config for MKI pipeline #199422
Conversation
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
Checked the old file with a yaml validator and that failed (as expected and similar to how this pipeline upload fails) and with the fix from the PR the yaml validator passes.
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11740720616 |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
|
## Summary this config isn't valid, and MKI pipeline is failing, as it can't parse it. (cherry picked from commit fee03b6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [Fix yml config for MKI pipeline (#199422)](#199422) <!--- 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-08T10:48:37Z","message":"Fix yml config for MKI pipeline (#199422)\n\n## Summary\r\n\r\nthis config isn't valid, and MKI pipeline is failing, as it can't parse\r\nit.","sha":"fee03b6c8dc86deb35a80f7c5606f38e823af384","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 yml config for MKI pipeline","number":199422,"url":"https://github.com/elastic/kibana/pull/199422","mergeCommit":{"message":"Fix yml config for MKI pipeline (#199422)\n\n## Summary\r\n\r\nthis config isn't valid, and MKI pipeline is failing, as it can't parse\r\nit.","sha":"fee03b6c8dc86deb35a80f7c5606f38e823af384"}},"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/199422","number":199422,"mergeCommit":{"message":"Fix yml config for MKI pipeline (#199422)\n\n## Summary\r\n\r\nthis config isn't valid, and MKI pipeline is failing, as it can't parse\r\nit.","sha":"fee03b6c8dc86deb35a80f7c5606f38e823af384"}},{"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>
## Summary this config isn't valid, and MKI pipeline is failing, as it can't parse it.
Summary
this config isn't valid, and MKI pipeline is failing, as it can't parse it.