Adding separate azure pipeline yaml for services with bootstrapping job
This PR is adding a separate pipeline yaml for services which requires a bootstrapping job
The azure-bootstrap.yml is exaclty same as azure.yml but with the azure_bootstrap stage, the boostrap stage is already introduced by this MR
The respective services can override the bootstrap job in appropriate way, this MR was added to try out overriding azure_test job
Edited by harshit aggarwal