mirror of https://github.com/citusdata/citus.git
Remove the schema compatiblity check
parent
d72c7cd4c6
commit
6ce8cec743
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue