HI TEAM,
we are using Azure DevOps for the scan and we purchased enterprise edition license for 5M LOC, Challenge which we are facing is that we have enabled 4 worker node but when we are running builds for a same project which takes 5 min for scan in parallel it goes in sequence mode. Where as rest three worker node is used only for seperate projects … So our requirement is to scan multiple branches for a project parallel on worker nodes.
So scenario is
Project 1 is taking 5 mins for sonarqube analysis
Project 2 takes 3 mins for sonarqube scan
5 scans are running in parallel for Project 1
3 for Project 2
Sonarqube has 4 worker nodes
1st node - Project 1 (1 running 4 in pending)
2nd node - project 2 (1 running 2 in pending)
3rd node - idle
4th node -idle
Please help to configure so that we can run Project 1 on idle nodes as well. As our builds are timing out.
thanks in advance for all help and please let me know for any further clarification.
Regards,
Ankit Gupta.