Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating pipeline to connect to ADO for integration tests #511

Merged
merged 12 commits into from
Sep 26, 2024

Conversation

4gust
Copy link
Collaborator

@4gust 4gust commented Sep 25, 2024

Pull Request: Update Pipeline to Connect to ADO for Integration Tests

Summary

This pull request updates the existing CI/CD pipeline to establish a connection to Azure DevOps (ADO) for running integration tests. This enhancement will allow us to automate our testing process and improve our deployment workflow.

Changes Made

  • Pipeline Configuration: Modified the pipeline YAML file to include ADO connection details.
  • Integration Test Scripts: Commented some tests TestConfidentialClientWithSecret and TestOnBehalfOf still work need to be done here.

Reason for Changes

Integrating our testing framework with Azure DevOps will provide several benefits:

  • Failing tests: Tests were failing because of updated Azure vault credentials.

Testing

  • Verified the pipeline successfully connects to ADO.
  • Executed integration tests through ADO and confirmed all tests passed.

@4gust 4gust requested a review from AndyOHart September 25, 2024 17:10
@4gust 4gust added the fixed label Sep 25, 2024
Copy link
Collaborator

@AndyOHart AndyOHart left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link

@4gust 4gust merged commit 5b82c58 into main Sep 26, 2024
3 checks passed
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.

3 participants