Skip to content
Snippets Groups Projects
Commit 040e2d5d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

High scalability tes

parent afa0fee0
No related branches found
No related tags found
No related merge requests found
#!groovy
node ('taurus')
{
deleteDir()
checkout scm
stage ('build_taurus')
{
sh "./build.sh $WORKSPACE $NODE_NAME pdata"
}
stage ('run_taurus')
{
sh "./run.sh $WORKSPACE $NODE_NAME 24 1"
sh "./run.sh $WORKSPACE $NODE_NAME 24 2"
sh "./run.sh $WORKSPACE $NODE_NAME 24 4"
sh "./run.sh $WORKSPACE $NODE_NAME 24 8"
sh "./run.sh $WORKSPACE $NODE_NAME 24 10"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment