Skip to content

Adding separate azure pipeline yaml for services with bootstrapping job

harshit aggarwal requested to merge haaggarw/AddingAzureWithBoostrap.yml into master

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

@divido @danielscholl @polavishnu @dkodeih

Edited by harshit aggarwal

Merge request reports