Closed niall-turbitt closed 1 year ago
IndividualCI
). Now CI pipelines are only triggered on PR to default branch. Terraform deploy now triggers when PR has been successfully merged to default branch (and only on changes to /databricks/config/**
) [ML-27221]
variable ARM_SUBSCRIPTION_ID is required in the terraform_cicd yml due to changing the variable name in the variable group from ARM_SUBSCRIPTION_ID to armSubscriptionId (required to be compatible with Key Vault)
See this issue for more details
@vladimirk-db tested setting up from scratch with cookiecutter https://github.com/niall-turbitt/mlops-stack.git -c niall-turbitt/ado-fixes
and working for CUJs for changing ML code, and changing databricks-config/**
code
@niall-turbitt Made some small fixes and merging this PR. Thanks for your work!
Summary of Azure DevOps fixes/updates:
IndividualCI
). Now CI pipelines are only triggered on PR to default branch. Terraform deploy now triggers when PR has been successfully merged to default branch (and only on changes to/databricks/config/**
) [ML-27221]