Skip to content

Remove deprecated PostgreSql from CI selectModuleList#29734

Merged
VeryEarly merged 1 commit into
Azure:mainfrom
MaddyMicrosoft:fix/remove-postgresql-from-ci-config
Jun 16, 2026
Merged

Remove deprecated PostgreSql from CI selectModuleList#29734
VeryEarly merged 1 commit into
Azure:mainfrom
MaddyMicrosoft:fix/remove-postgresql-from-ci-config

Conversation

@MaddyMicrosoft

Copy link
Copy Markdown
Member

Description

Remove PostgreSql from .ci-config.json selectModuleList.

PostgreSql was deprecated and removed in #29649, but it still remained in the CI-selected module list. When CIFilterTask includes PostgreSql in the test module set, builds can fail because src/PostgreSql no longer exists.

This change keeps CI from selecting a deleted module and prevents those build/test failures.

Mandatory Checklist

  • General release

  • Public preview

  • Private preview

  • Engineering build

  • No need for a release

  • Check this box to confirm: I have read the Submitting Changes section of CONTRIBUTING.md and reviewed the following information:

  • SHOULD update ChangeLog.md file(s) appropriately
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change.
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

PostgreSql was deprecated and deleted in Azure#29649 but remained in
.ci-config.json selectModuleList. This causes build failures when
CIFilterTask includes PostgreSql in the test module list but the
src/PostgreSql folder no longer exists.

Remove PostgreSql from selectModuleList to prevent it from being
selected for builds/tests.
Copilot AI review requested due to automatic review settings June 16, 2026 05:54
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@MaddyMicrosoft MaddyMicrosoft changed the title [Eng] Remove deprecated PostgreSql from CI selectModuleList Remove deprecated PostgreSql from CI selectModuleList Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the deprecated PostgreSql entry from the CI selectModuleList in .ci-config.json so CI module selection no longer includes a module directory that has been deleted (preventing CI build/test failures in CIFilterTask scenarios).

Changes:

  • Removed PostgreSql from .ci-config.json selectModuleList to avoid selecting a non-existent module in CI.

@VeryEarly VeryEarly merged commit 1890ee4 into Azure:main Jun 16, 2026
1 of 6 checks passed
@MaddyMicrosoft MaddyMicrosoft deleted the fix/remove-postgresql-from-ci-config branch June 16, 2026 06:04
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