Skip to content

feat: Added Deploy-v2 pipeline with manual dispatch and input parameter support and Updated Smoke Testing scenarios#319

Merged
Prajwal-Microsoft merged 2 commits intomainfrom
deploy-v2-pipeline
Nov 17, 2025
Merged

feat: Added Deploy-v2 pipeline with manual dispatch and input parameter support and Updated Smoke Testing scenarios#319
Prajwal-Microsoft merged 2 commits intomainfrom
deploy-v2-pipeline

Conversation

@Vamshi-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request introduces several improvements and enhancements across the infrastructure, documentation, and test automation codebases. The major highlights include parameterizing container image registry and tag for deployments, updating documentation to reflect new configuration options, and improving the structure and clarity of end-to-end test automation scripts and reporting.

Infrastructure and Deployment Improvements:

  • Added parameters for container registry endpoint and image tag (publicContainerImageEndpoint, imageTag) to infra/main.bicep, and updated all container app modules to use these parameters for image references instead of hardcoding the registry and tag. This allows more flexible and configurable deployments. [1] [2] [3] [4] [5] [6]
  • Updated deployment parameter files (infra/main.parameters.json, infra/main.waf.parameters.json) to accept and pass through the new container registry and image tag parameters, as well as the Azure region. [1] [2]

Documentation Updates:

  • Added documentation for the new parameters (AZURE_ENV_CONTAINER_REGISTRY_ENDPOINT, AZURE_ENV_CONTAINER_IMAGE_TAG, AZURE_LOCATION) in docs/CustomizingAzdParameters.md, providing guidance on their usage and default values.

Test Automation Enhancements:

  • Introduced a new GitHub Actions workflow (.github/workflows/test-automation-v2.yml) to automate end-to-end content processing tests, supporting retries, environment configuration, and detailed test reporting.
  • Improved the base page object (tests/e2e-test/base/base.py) and login page object (tests/e2e-test/pages/loginPage.py) by adding docstrings, argument documentation, and return value descriptions for better maintainability and clarity. [1] [2] [3]
  • Enhanced test configuration and reporting:
    • Added a marker for Golden Path tests in pytest.ini.
    • Improved environment variable handling in config/constants.py.
    • Refined logging setup and HTML report customization in conftest.py, including renaming columns and improving logger usage. [1] [2] [3] [4]

These changes collectively make the deployment process more flexible, the documentation more comprehensive, and the test automation framework more robust and maintainable.

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.

@Vamshi-Microsoft Vamshi-Microsoft changed the title Added Deploy-v2 pipeline with manual dispatch and input parameter support and Updated Smoke Testing scenarios feat: Added Deploy-v2 pipeline with manual dispatch and input parameter support and Updated Smoke Testing scenarios Nov 17, 2025
@Prajwal-Microsoft Prajwal-Microsoft merged commit fd33de9 into main Nov 17, 2025
6 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.10.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Priyanka-Microsoft Priyanka-Microsoft deleted the deploy-v2-pipeline branch December 25, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants