You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/05/26 18:13:13 UTC

[cassandra] branch trunk updated: Add docs section on configuring the Jenkins master to create the "Cassandra" category throttle.

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e690e29  Add docs section on configuring the Jenkins master to create the "Cassandra" category throttle.
e690e29 is described below

commit e690e2985f3fcba6ab919c1e81b4e4111d85c2d1
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Thu May 21 12:58:08 2020 +0200

    Add docs section on configuring the Jenkins master to create the "Cassandra" category throttle.
    
     patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-15826
---
 doc/source/development/ci.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/source/development/ci.rst b/doc/source/development/ci.rst
index 77360ae..a6620b3 100644
--- a/doc/source/development/ci.rst
+++ b/doc/source/development/ci.rst
@@ -48,6 +48,13 @@ Go to ``Manage Jenkins -> Manage Plugins -> Available`` and install the followin
 * Hudson Post build task
 
 
+Configure Throttle Category
+---------------------------
+
+Builds that are not containerized (e.g. cqlshlib tests and in-jvm dtests) use local resources for Cassandra (ccm). To prevent these builds running concurrently the ``Cassandra`` throttle category needs to be created.
+
+This is done under ``Manage Jenkins -> System Configuration -> Throttle Concurrent Builds``. Enter "Cassandra" for the ``Category Name`` and "1" for ``Maximum Concurrent Builds Per Node``.
+
 Setup seed job
 --------------
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org