chore(quality-gates): update manual judgement on staging QGs#195944
Merged
Z3r0Sum merged 3 commits intoelastic:mainfrom Oct 11, 2024
Merged
chore(quality-gates): update manual judgement on staging QGs#195944Z3r0Sum merged 3 commits intoelastic:mainfrom
Z3r0Sum merged 3 commits intoelastic:mainfrom
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
kobelb
approved these changes
Oct 11, 2024
Ikuni17
approved these changes
Oct 11, 2024
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
History
cc @Z3r0Sum |
Member
|
@elasticmachine merge upstream |
This was referenced Oct 12, 2024
Z3r0Sum
added a commit
to Z3r0Sum/kibana
that referenced
this pull request
Oct 14, 2024
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
2 tasks
Z3r0Sum
added a commit
that referenced
this pull request
Oct 14, 2024
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
Contributor
|
Starting backport for target branches: 8.x |
Contributor
|
Starting backport for target branches: 8.x |
Contributor
|
Added the correct backport label to initiate the process as this PR was blocking me from backporting: #196025 |
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 15, 2024
…#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)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Oct 15, 2024
…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":"Z3r0Sum@users.noreply.github.com"},"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 <Z3r0Sum@users.noreply.github.com>
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 is a build/promotion system change only, there is no code related changes here.
cc @pheyos / @kobelb
For maintainers