-
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
[ci] Split quick checks out of checks #175319
Conversation
buildkite test this |
Pinging @elastic/kibana-operations (Team:Operations) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
To update your PR or re-run it, just comment with: |
`Quick Checks` will used as a blocking step before tests are run. We want to shorten the runtime to keep pipeline runtimes down, so this splits out longer running and less relevant checks into two steps, `Checks` and `Quick Checks` (cherry picked from commit 68d1bac)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
# Backport This will backport the following commits from `main` to `8.12`: - [[ci] Split quick checks out of checks (#175319)](#175319) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-23T19:06:52Z","message":"[ci] Split quick checks out of checks (#175319)\n\n`Quick Checks` will used as a blocking step before tests are run. We\r\nwant to shorten the runtime to keep pipeline runtimes down, so this\r\nsplits out longer running and less relevant checks into two steps,\r\n`Checks` and `Quick Checks`","sha":"68d1bac8b8e909f05b0bcec97fb653ad0bc367e7","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:prev-minor","v8.13.0"],"title":"[ci] Split quick checks out of checks","number":175319,"url":"https://github.com/elastic/kibana/pull/175319","mergeCommit":{"message":"[ci] Split quick checks out of checks (#175319)\n\n`Quick Checks` will used as a blocking step before tests are run. We\r\nwant to shorten the runtime to keep pipeline runtimes down, so this\r\nsplits out longer running and less relevant checks into two steps,\r\n`Checks` and `Quick Checks`","sha":"68d1bac8b8e909f05b0bcec97fb653ad0bc367e7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/175319","number":175319,"mergeCommit":{"message":"[ci] Split quick checks out of checks (#175319)\n\n`Quick Checks` will used as a blocking step before tests are run. We\r\nwant to shorten the runtime to keep pipeline runtimes down, so this\r\nsplits out longer running and less relevant checks into two steps,\r\n`Checks` and `Quick Checks`","sha":"68d1bac8b8e909f05b0bcec97fb653ad0bc367e7"}}]}] BACKPORT--> Co-authored-by: Jon <[email protected]>
`Quick Checks` will used as a blocking step before tests are run. We want to shorten the runtime to keep pipeline runtimes down, so this splits out longer running and less relevant checks into two steps, `Checks` and `Quick Checks`
Quick Checks
will used as a blocking step before tests are run. We want to shorten the runtime to keep pipeline runtimes down, so this splits out longer running and less relevant checks into two steps,Checks
andQuick Checks