-
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
chore(quality-gates): update manual judgement on staging QGs #195944
chore(quality-gates): update manual judgement on staging QGs #195944
Conversation
- For now, only run the staging manual judgement on slice: 'staging-ds-2' - Since slices can be grouped as a comma delimited list, we're choosing to be overly cautious with the regex
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
History
cc @Z3r0Sum |
@elasticmachine merge upstream |
This is a build/promotion system change only, there is no code related changes here. - Similar to elastic#195944, but for the non-emergency pipeline in staging - For now, only run the staging manual judgement on slice: 'staging-ds-2' - Since slices can be grouped as a comma delimited list, we're choosing to be overly cautious with the regex
This is a build/promotion system change only, there is no code related changes here. - Similar to #195944, but for the non-emergency pipeline in staging - For now, only run the staging manual judgement on slice: 'staging-ds-2' - Since slices can be grouped as a comma delimited list, we're choosing to be overly cautious with the regex
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11342116715 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11342116721 |
Added the correct backport label to initiate the process as this PR was blocking me from backporting: #196025 |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#195944) This is a build/promotion system change only, there is no code related changes here. - For now, only run the staging manual judgement on slice: 'staging-ds-2' - Since slices can be grouped as a comma delimited list, we're choosing to be overly cautious with the regex (cherry picked from commit 95b0747)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…195944) (#196246) # Backport This will backport the following commits from `main` to `8.x`: - [chore(quality-gates): update manual judgement on staging QGs (#195944)](#195944) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Stephen Schmidt","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T22:14:53Z","message":"chore(quality-gates): update manual judgement on staging QGs (#195944)\n\nThis is a build/promotion system change only, there is no code related\r\nchanges here.\r\n\r\n- For now, only run the staging manual judgement on slice:\r\n'staging-ds-2'\r\n- Since slices can be grouped as a comma delimited list, we're choosing\r\nto be overly cautious with the regex","sha":"95b0747ee74472052047b931a7e051126c711928","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","v8.16.0"],"title":"chore(quality-gates): update manual judgement on staging QGs","number":195944,"url":"https://github.com/elastic/kibana/pull/195944","mergeCommit":{"message":"chore(quality-gates): update manual judgement on staging QGs (#195944)\n\nThis is a build/promotion system change only, there is no code related\r\nchanges here.\r\n\r\n- For now, only run the staging manual judgement on slice:\r\n'staging-ds-2'\r\n- Since slices can be grouped as a comma delimited list, we're choosing\r\nto be overly cautious with the regex","sha":"95b0747ee74472052047b931a7e051126c711928"}},"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/195944","number":195944,"mergeCommit":{"message":"chore(quality-gates): update manual judgement on staging QGs (#195944)\n\nThis is a build/promotion system change only, there is no code related\r\nchanges here.\r\n\r\n- For now, only run the staging manual judgement on slice:\r\n'staging-ds-2'\r\n- Since slices can be grouped as a comma delimited list, we're choosing\r\nto be overly cautious with the regex","sha":"95b0747ee74472052047b931a7e051126c711928"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Stephen Schmidt <[email protected]>
Summary
This is a build/promotion system change only, there is no code related changes here.
cc @pheyos / @kobelb
For maintainers