Allow to benchmark plugins from sources #309
Labels
:Benchmark Candidate Management
Anything affecting how Rally sets up Elasticsearch
enhancement
Improves the status quo
Milestone
With #60, we introduce the ability to setup a cluster with plugins. However, in the first version we only support release and snapshot builds.
The scope of this ticket is add support to build plugins from sources and install them.
Users need to define the following settings in
~/.rally/rally.ini
per plugin:plugin.$PLUGIN_NAME.remote.repo.url
: from where to clone the plugin sourcesplugin.$PLUGIN_NAME.src.subdir
: local source directory (relative to the new root directory for all sources: ES + plugins)plugin.$PLUGIN_NAME.build.task
: Gradle task to build the plugin artifactplugin.$PLUGIN_NAME.build.artifact.subdir
: relative path to the plugin artifact (without the file name)The text was updated successfully, but these errors were encountered: