Skip to content

Commit 2718f9e

Browse files
Updated TEST_STATUS_MSG and changed GPT_MIN_CAPACITY for Testing
1 parent b92e929 commit 2718f9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ on:
7979
schedule:
8080
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
8181
env:
82-
GPT_MIN_CAPACITY: 150
83-
TEXT_EMBEDDING_MIN_CAPACITY: 80
82+
GPT_MIN_CAPACITY: 1500
83+
TEXT_EMBEDDING_MIN_CAPACITY: 800
8484
BRANCH_NAME: ${{ github.event.workflow_run.head_branch || github.head_ref || github.ref_name }}
8585
# For automatic triggers (pull_request, workflow_run, schedule): force Non-WAF + Non-EXP
8686
# For manual dispatch: use input values or defaults
@@ -854,7 +854,7 @@ jobs:
854854
if [ "${{ needs.e2e-test.result }}" = "skipped" ]; then
855855
TEST_STATUS_MSG="• E2E Tests: Skipped (as configured)"
856856
else
857-
TEST_STATUS_MSG="• E2E Tests: Passed<br>• Test Report: <a href=\"${TEST_REPORT_URL}\">View Report</a>"
857+
TEST_STATUS_MSG="• E2E Tests: Passed<br>• Test Report: <a href=\"${TEST_REPORT_URL}\">View Report</a>"
858858
fi
859859
860860
EMAIL_BODY=$(cat <<EOF

0 commit comments

Comments
 (0)