diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/daily.sh | 1 | ||||
-rwxr-xr-x | ci/verify.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ci/daily.sh b/ci/daily.sh index 21fbc5c..c42fe64 100755 --- a/ci/daily.sh +++ b/ci/daily.sh @@ -64,6 +64,7 @@ $WORKSPACE/ci/create_storperf_flavor.sh $WORKSPACE/ci/launch_docker_container.sh $WORKSPACE/ci/create_stack.sh $AGENT_COUNT $VOLUME_SIZE "Ubuntu 16.04 x86_64" $NETWORK + export WORKLOAD=_warm_up,$WORKLOADS export BLOCK_SIZE=$BLOCK_SIZES export QUEUE_DEPTH=$QUEUE_DEPTHS diff --git a/ci/verify.sh b/ci/verify.sh index 28d0886..feb84d2 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -31,8 +31,6 @@ pip install funcsigs==0.4 pip install flake8==2.5.4 pip install html2text==2016.1.8 pip install keystoneauth1==2.12.1 -pip install numpy==1.6 -pip install matplotlib==1.3.1 pip install mock==1.3.0 pip install nose==1.3.7 pip install paramiko==2.0.2 |