Merge "Fix rally job in projects that don't have rally-scenario/plugins dir"
This commit is contained in:
commit
74d72d8f87
@ -19,9 +19,12 @@ SCENARIO=$BASE/new/$PROJECT/rally-scenarios/${RALLY_SCENARIO}.yaml
|
||||
PLUGINS_DIR=$BASE/new/$PROJECT/rally-scenarios/plugins
|
||||
EXTRA_DIR=$BASE/new/$PROJECT/rally-scenarios/extra
|
||||
|
||||
if [ -d $PLUGINS_DIR ]; then
|
||||
mkdir -p ~/.rally/plugins/scenarios
|
||||
cp -r $PLUGINS_DIR/*.py ~/.rally/plugins/scenarios/
|
||||
if [ -d $PLUGINS_DIR ];
|
||||
then
|
||||
mkdir -p ~/.rally/plugins/scenarios
|
||||
cp -r $PLUGINS_DIR/*.py ~/.rally/plugins/scenarios/
|
||||
else
|
||||
mkdir -p $PLUGINS_DIR
|
||||
fi
|
||||
|
||||
if [ -d $EXTRA_DIR ]; then
|
||||
|
@ -20,6 +20,15 @@
|
||||
<hr/>
|
||||
|
||||
<h2> Job results </h2>
|
||||
|
||||
<p> Logs and files: </p>
|
||||
|
||||
<ul>
|
||||
<li> <a href="console.html"> Benchmarking logs </a> <code> console.html </code> </li>
|
||||
<li> <a href="logs/"> Logs of all services</a> <code> logs/ </code> </li>
|
||||
<li> <a href="rally-plot/"> Rally files </a><code> rally-plot/ </code> </li>
|
||||
</ul>
|
||||
|
||||
<p> Results of this job can be obtained in different formats: </p>
|
||||
<ul>
|
||||
<li> <a href="rally-plot/task.txt"> Rally input task </a> </li>
|
||||
@ -27,8 +36,6 @@
|
||||
<li> <a href="rally-plot/detailed.txt.gz"> Plain text aggregated data </a> <code> $ rally task detailed </code></li>
|
||||
<li> <a href="rally-plot/sla.txt"> SLA checks </a> <code> $ rally task sla_check </code></li>
|
||||
<li> <a href="rally-plot/results.json.gz"> Full result in json </a> <code>$ rally task results</code></li>
|
||||
<li> <a href="console.html"> Full benchmarking log </a> </li>
|
||||
<li> <a href="logs/"> All logs </a> </li>
|
||||
</ul>
|
||||
|
||||
<h2> About Rally </h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user