Skip to content

Commit

Permalink
docs, reports: update merge queue link (#3506)
Browse files Browse the repository at this point in the history
Add labels that should also not be included:
* needs-rebase
* do-not-merge/release-note-label-needed
* do-not-merge/work-in-progress

Signed-off-by: Daniel Hiller <dhiller@redhat.com>
  • Loading branch information
dhiller committed Jul 3, 2024
1 parent cfaa7b9 commit 9db2f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Collection of links to search portals, statistics, and reports that are periodic
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| [testgrid](https://testgrid.k8s.io/kubevirt) | TestGrid holds stats for our periodic and presubmit e2e jobs |
| [ci-health](https://kubevirt.io/ci-health/#kubevirtkubevirt) | Overall health of KubeVirt CI, stats for merge queue, days to merge etc. |
| [merge queue (GitHub query)](https://github.com/kubevirt/kubevirt/pulls?q=is%3Apr+is%3Aopen+label%3Aapproved+label%3Algtm+-label%3Ado-not-merge/hold) | GitHub query showing PRs that are actually fit for merge, i.e. they have the required set of labels |
| [merge queue (GitHub query)](https://github.com/kubevirt/kubevirt/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen+label%3Aapproved+label%3Algtm+-label%3Ado-not-merge%2Fhold+-label%3Ado-not-merge%2Fwork-in-progress+-label%3Ado-not-merge%2Frelease-note-label-needed+-label%3Aneeds-rebase) | GitHub query showing PRs that are actually fit for merge, i.e. they have the required set of labels |
| [flakefinder reports](https://storage.googleapis.com/kubevirt-prow/reports/flakefinder/kubevirt/kubevirt/index.html) | Report over test failures that have occurred on merged PRs |
| [flake stats](https://storage.googleapis.com/kubevirt-prow/reports/flakefinder/kubevirt/kubevirt/flake-stats-14days.html) | Stats to show which flakes have hurt the most, and where |
| [presubmits](https://storage.googleapis.com/kubevirt-prow/reports/e2ejobs/kubevirt/kubevirt/presubmits.html) | List of e2e presubmit jobs, their ENV var settings, and whether they gate the merge or not |
Expand Down

0 comments on commit 9db2f48

Please sign in to comment.