Skip to content

Conversation

@Vamshi-Microsoft
Copy link
Contributor

Purpose

This pull request introduces improvements to CI/CD automation and developer experience by making the workflow more robust and enhancing integration with GitHub Actions. The most notable changes are grouped below:

CI/CD Workflow Improvements:

  • Added continue-on-error: true to a job in .github/workflows/deploy-v2.yml to allow the workflow to proceed even if this job fails, increasing robustness in deployment pipelines.

GitHub Actions Integration:

  • Updated register_schema.ps1 to set GitHub Actions outputs for schema IDs when running in a GitHub Actions environment, enabling downstream jobs to consume these outputs. The script now generates safe variable names from class names and appends them to the $GITHUB_OUTPUT file.

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.

@@ -0,0 +1,867 @@
name: Deploy-Test-Cleanup (v2) Windows
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we have the common steps into seperate yaml files and refer them, which reduces the maintenance of them

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.

3 participants