File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,19 @@ Lists the tests that for a given driver on a specific hardware revision are
67
67
known to behave unreliably. These tests won't cause a job to fail regardless of
68
68
the result. They will still be run.
69
69
70
+ Each new flake entry must be associated with a link to the email reporting the
71
+ bug to the author of the affected driver, the board name or Device Tree name of
72
+ the board, the first kernel version affected, and an approximation of the
73
+ failure rate.
74
+
75
+ They should be provided under the following format::
76
+
77
+ # Bug Report: $LORE_OR_PATCHWORK_URL
78
+ # Board Name: broken-board.dtb
79
+ # Version: 6.6-rc1
80
+ # Failure Rate: 100
81
+ flaky-test
82
+
70
83
drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
71
84
-----------------------------------------------------------
72
85
You can’t perform that action at this time.
0 commit comments