This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/flume-site.git
commit d636be3be339750cdd939ea4a91066476c44a9f3 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Wed Apr 14 14:29:02 2021 +0300 Add a page about testing with TravisCI --- source/sphinx/index.rst | 1 + source/sphinx/testing.rst | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/source/sphinx/index.rst b/source/sphinx/index.rst index 8cded2c..b574411 100644 --- a/source/sphinx/index.rst +++ b/source/sphinx/index.rst @@ -552,6 +552,7 @@ Feel free to post to the User's mailing list with any questions. mailinglists team source + testing license .. diff --git a/source/sphinx/testing.rst b/source/sphinx/testing.rst new file mode 100644 index 0000000..516a56c --- /dev/null +++ b/source/sphinx/testing.rst @@ -0,0 +1,8 @@ +=================== +Testing +=================== + +The Apache Flume project uses `TravisCI <https://travis-ci.com/github/apache/flume>`_ to test the build of `trunk` branch +and all Pull Requests at GitHub. + +The build and tests are executed on AMD64 and ARM64 CPU architectures. \ No newline at end of file
