From e721e762ff81492ec13c089011b4fc6c03789a35 Mon Sep 17 00:00:00 2001 From: Abdul-Microsoft Date: Mon, 30 Jun 2025 19:57:16 +0530 Subject: [PATCH 1/2] feat: Add psl-fixCAdeploy branch to deployment triggers and update parameter for AI deployments --- .github/workflows/CAdeploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CAdeploy.yml b/.github/workflows/CAdeploy.yml index 67752116c..860068b00 100644 --- a/.github/workflows/CAdeploy.yml +++ b/.github/workflows/CAdeploy.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - psl-fixCAdeploy schedule: - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT @@ -119,7 +120,7 @@ jobs: az deployment group create \ --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ --template-file infra/main.bicep \ - --parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=eastus2 gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \ + --parameters aiDeploymentsLocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=eastus2 gptDeploymentCapacity=${{ env.GPT_MIN_CAPACITY }} embeddingDeploymentCapacity=${{ env.TEXT_EMBEDDING_MIN_CAPACITY }} \ - name: Get AI Services name and store in variable if: always() && steps.check_create_rg.outcome == 'success' From 3dc2b4ec6e0e283ba729d629a3a7e604616e29a9 Mon Sep 17 00:00:00 2001 From: Abdul-Microsoft Date: Tue, 1 Jul 2025 14:24:12 +0530 Subject: [PATCH 2/2] Remove psl-fixCAdeploy branch from deployment triggers --- .github/workflows/CAdeploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CAdeploy.yml b/.github/workflows/CAdeploy.yml index 860068b00..f2b8e46c3 100644 --- a/.github/workflows/CAdeploy.yml +++ b/.github/workflows/CAdeploy.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - psl-fixCAdeploy schedule: - cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT