Skip to content

Commit cd1ae9e

Browse files
authored
FIX: Add pytestonwindows matrix entry to clear stale CodeQL snapshot SM02986 (#417)
### Work Item / Issue Reference <!-- IMPORTANT: Please follow the PR template guidelines below. For mssql-python maintainers: Insert your ADO Work Item ID below For external contributors: Insert Github Issue number below Only one reference is required - either GitHub issue OR ADO Work Item. --> <!-- mssql-python maintainers: ADO Work Item --> > [AB#41680](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/41680) <!-- External contributors: GitHub Issue --> > GitHub Issue: #<ISSUE_NUMBER> ------------------------------------------------------------------- ### Summary <!-- Insert your summary of changes below. Minimum 10 characters required. --> This pull request adds a temporary entry to the job matrix in `eng/pipelines/pr-validation-pipeline.yml` to help clear a stale CodeQL snapshot. This is a short-term workaround and should be removed once the underlying issue is resolved. Pipeline configuration: * Added a `pytestonwindows` entry to the job matrix, specifying `sqlVersion: 'SQL2022'` and `pythonVersion: '3.13'`, to clear a stale CodeQL snapshot (SM02986). <!-- ### 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) ### Contribution Guidelines External contributors: - Create a GitHub issue first: https://github.com/microsoft/mssql-python/issues/new - Link the GitHub issue in the "GitHub Issue" section above - Follow the PR title format and provide a meaningful summary mssql-python maintainers: - Create an ADO Work Item following internal processes - Link the ADO Work Item in the "ADO Work Item" section above - Follow the PR title format and provide a meaningful summary -->
1 parent 0c8e43c commit cd1ae9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656

5757
strategy:
5858
matrix:
59+
pytestonwindows:
60+
# Temporary entry to clear stale CodeQL snapshot SM02986
61+
# Remove this once the issue is resolved
62+
sqlVersion: 'SQL2022'
63+
pythonVersion: '3.13'
5964
SQLServer2022:
6065
sqlVersion: 'SQL2022'
6166
pythonVersion: '3.13'

0 commit comments

Comments
 (0)