This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/test-catalog by this push:
new ff631b5725f update README
new 901e9c4b729 Merge remote-tracking branch 'origin/test-catalog' into
test-catalog
ff631b5725f is described below
commit ff631b5725f48875eeaaece4390e6c011c5659ba
Author: David Arthur <[email protected]>
AuthorDate: Tue Oct 29 16:27:11 2024 -0400
update README
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 00000000000..3d835903469
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+This is an orphaned branch of the Apache Kafka repo. It is used by our CI
workflows.
+
+**Do not edit this files unless you are very sure what you are doing**
+
+The "test-catalog" directory contains a set of YAML files which include all of
the tests
+that are currently on trunk. This data is automatically updated on each trunk
build and
+is used as part of our test quarantining strategy.
+
+See KIP-1090 for more details.