|
17 | 17 | - cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT |
18 | 18 | workflow_dispatch: #Allow manual triggering |
19 | 19 | env: |
20 | | - GPT_MIN_CAPACITY: 50 |
21 | | - O4_MINI_MIN_CAPACITY: 50 |
22 | | - GPT41_MINI_MIN_CAPACITY: 50 |
| 20 | + GPT_5_4_MINI_MIN_CAPACITY: 100 |
| 21 | + GPT_5_4_MIN_CAPACITY: 150 |
23 | 22 | BRANCH_NAME: ${{ github.head_ref || github.ref_name }} |
24 | 23 |
|
25 | 24 | jobs: |
|
47 | 46 | id: quota-check |
48 | 47 | env: |
49 | 48 | AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }} |
50 | | - GPT_MIN_CAPACITY: ${{ env.GPT_MIN_CAPACITY }} |
51 | | - O4_MINI_MIN_CAPACITY: ${{ env.O4_MINI_MIN_CAPACITY }} |
52 | | - GPT41_MINI_MIN_CAPACITY: ${{ env.GPT41_MINI_MIN_CAPACITY }} |
| 49 | + GPT_5_4_MINI_MIN_CAPACITY: ${{ env.GPT_5_4_MINI_MIN_CAPACITY }} |
| 50 | + GPT_5_4_MIN_CAPACITY: ${{ env.GPT_5_4_MIN_CAPACITY }} |
53 | 51 | AZURE_REGIONS: ${{ vars.AZURE_REGIONS }} |
54 | 52 | run: | |
55 | 53 | chmod +x infra/scripts/pre-provision/checkquota.sh |
@@ -148,12 +146,12 @@ jobs: |
148 | 146 | solutionName=${{ env.SOLUTION_PREFIX }} \ |
149 | 147 | location="${{ env.AZURE_LOCATION }}" \ |
150 | 148 | deploymentType="GlobalStandard" \ |
151 | | - gptModelName="gpt-4.1-mini" \ |
152 | | - gptModelVersion="2025-04-14" \ |
| 149 | + gptModelName="gpt-5.4-mini" \ |
| 150 | + gptModelVersion="2026-03-17" \ |
153 | 151 | backendContainerImageTag="${IMAGE_TAG}" \ |
154 | 152 | frontendContainerImageTag="${IMAGE_TAG}" \ |
155 | 153 | azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \ |
156 | | - gptDeploymentCapacity=50 \ |
| 154 | + gptDeploymentCapacity=100 \ |
157 | 155 | createdBy="Pipeline" \ |
158 | 156 | tags="{'Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \ |
159 | 157 | --output json |
|
0 commit comments