From 6ce8cec74383b8eed5e1deb9f7a39222b6f8d71e Mon Sep 17 00:00:00 2001 From: eaydingol Date: Tue, 25 Nov 2025 16:57:11 +0300 Subject: [PATCH] Remove the schema compatiblity check --- .github/workflows/build_and_test.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4350671aa..bd644395f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -149,23 +149,6 @@ jobs: image_name: ${{ needs.params.outputs.test_image_name }} secrets: 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: name: Test Citus Failure uses: ./.github/workflows/run_tests.yml