I have a parent job which will be calling 2 slave jobs sequentially:
1)build job
2)test execution job(multiconfig)
Since build and test execution job need to run in same workspace,I need all these 3 jobs to run in same node...so I will use openstack cloud plugin to create instance with 6 executors.and correcting my typo,both parent job and slave jobs support concurrent builds....so if there is free executor in slave node launched in previous run of parent job,new run of the job is not creating new instance and taking free executor in old instance...so as a result,my jobs are going in queue waiting for executors and in same node when multiple build happens,I run out of disk space in slave node.
I am sorry but I do not understand the request.