Skip to content

Conversation

@Vamshi-Microsoft
Copy link
Contributor

Purpose

This pull request introduces improvements to the test automation workflow and updates to infrastructure parameter files. The most significant changes are the addition of new workflow outputs and enhanced test reporting, as well as the inclusion of new parameters for Azure resources in the infrastructure configuration.

Test Automation Workflow Improvements:

  • Added workflow outputs TEST_SUCCESS and TEST_REPORT_URL to the test-automation.yml workflow, making it easier for downstream jobs or workflows to access test results and report links. [1] [2]
  • Replaced the email notification step with a new step that generates a detailed E2E test summary in the GitHub Actions job summary, including job status, target URL, test report link, and execution details for each test attempt.

Infrastructure Parameter Updates:

  • Added acrName and azureAiServiceLocation parameters to both infra/main.parameters.json and infra/main.waf.parameters.json, allowing configuration of the Azure Container Registry name and Azure AI service location via environment variables. [1] [2]

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

"azureExistingAIProjectResourceId":{
"value": "${AZURE_EXISTING_AI_PROJECT_RESOURCE_ID}"
},
"acrName": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the information in ReadMe file as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated CustomizingAzdParameters.md

@Prajwal-Microsoft Prajwal-Microsoft merged commit fb27575 into main Nov 12, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants