Remove the schema compatiblity check

eag/mvtest-workflow
eaydingol 2025-11-25 16:57:11 +03:00
parent d72c7cd4c6
commit 6ce8cec743
1 changed files with 0 additions and 17 deletions

View File

@ -149,23 +149,6 @@ jobs:
image_name: ${{ needs.params.outputs.test_image_name }} image_name: ${{ needs.params.outputs.test_image_name }}
secrets: secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }} codecov_token: ${{ secrets.CODECOV_TOKEN }}
test-citus-schema-compatibility:
name: Test Citus Schema Compatibility
uses: ./.github/workflows/run_tests.yml
needs:
- params
- build
with:
pg_versions: >
[
${{ needs.params.outputs.pg17_version }}
]
make_targets: '["check-split", "check-multi", "check-multi-1", "check-multi-mx", "check-vanilla", "check-isolation", "check-operations", "check-follower-cluster", "check-add-backup-node", "check-columnar", "check-columnar-isolation", "check-enterprise", "check-enterprise-isolation", "check-enterprise-isolation-logicalrep-1", "check-enterprise-isolation-logicalrep-2", "check-enterprise-isolation-logicalrep-3"]'
image_suffix: ${{ needs.params.outputs.image_suffix }}
image_name: ${{ needs.params.outputs.test_image_name }}
citus_version: 13.2-1
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
test-citus-failure: test-citus-failure:
name: Test Citus Failure name: Test Citus Failure
uses: ./.github/workflows/run_tests.yml uses: ./.github/workflows/run_tests.yml