[Intel-gfx] [PATCH] drm-intel: document that patches need to pass BAT
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Jan 20 00:58:23 PST 2016
Currently CI servers still push test results to internal servers, and
that's why we right now can't document this all properly in public.
Meanwhile just add a basic tl;dr section as a placeholder.
Acked-by: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
drm-intel.rst | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/drm-intel.rst b/drm-intel.rst
index 7871544a760f..cf58d64af1aa 100644
--- a/drm-intel.rst
+++ b/drm-intel.rst
@@ -390,6 +390,22 @@ On Confidence, Complexity, and Transparency
you have involved enough people to feel comfortable if the justification for
the commit is questioned afterwards.
+* Make sure pre-merge testing is completed successfully.
+
+
+Pre-Merge Testing
+-----------------
+
+Our CI infrastructure is being built up and currently requirements for pre-merge
+testing are fairly simple:
+
+* All patches must past IGT Basic Acceptance Tests (BAT) on all the CI machines
+ without causing regressions. The CI bots will send results to intel-gfx for
+ any patches tracked by patchwork. Check CI failures and make sure any sporadic
+ failures are a) pre-existing b) tracked in bugzilla. If there's anything
+ dubious that you can't track down to pre-existing&tracked issues please don't
+ push, but instead figure out what's going on.
+
Tooling
=======
--
2.7.0.rc3
More information about the Intel-gfx
mailing list