You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEAT: Smoke Testing pip installation on Blank Docker Images (#132)
### ADO Work Item Reference
<!-- Insert your ADO Work Item ID below (e.g. AB#37452) -->
>
[AB#37531](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/37531)
-------------------------------------------------------------------
### Summary
<!-- Insert your Copilot Generated Summary below -->
Testing driver on minimal docker images with just python installed.
This pull request introduces smoke testing the package from PyPI.
### Pipeline Enhancements:
* Added a new pipeline configuration file, `pypi-package-smoketest.yml`,
to perform smoke tests on PyPI packages across three Linux
distributions: UBI9 (RHEL), Ubuntu, and Debian. This ensures
compatibility and reliability of the package across different
environments.
<!--
### PR Title Guide
> For feature requests
FEAT: (short-description)
> For non-feature requests like test case updates, config updates ,
dependency updates etc
CHORE: (short-description)
> For Fix requests
FIX: (short-description)
> For doc update requests
DOC: (short-description)
> For Formatting, indentation, or styling update
STYLE: (short-description)
> For Refactor, without any feature changes
REFACTOR: (short-description)
> For release related changes, without any feature changes
RELEASE: #<RELEASE_VERSION> (short-description)
-->
0 commit comments