groups/README: Add documentation about ".inactive" suffix, support for
which was added recently.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ieabe23bf6a9ae2b161833c6622d4b0cf0a8a53ca
diff --git a/group/README b/group/README
index d0a241d..2b54a34 100644
--- a/group/README
+++ b/group/README
@@ -22,3 +22,8 @@
Options inside build/run config files are in the Java property file format: VAR=value;
so, no quoting the RHS.
+
+If a build/run config file has ".inactive" suffix, corresponding config will
+be skipped (not even built). This can be used as an alternative to complete
+deletion of the file if the config has known issues with compilation or testing,
+to avoid failing entire CI jobs while those issues are addressed.