citus/.github/workflows
eaydingol b8ab8aac55
Workflow refactor (#8361)
The PR refactors the workflow runs and adds support for creating citus
using a given version in test suite.

- refactor `.github/workflows/build_and_test.yml` to run the shared
`run_tests.yml` workflow for the main, failure, and cdc tests
- introduce the `CITUSVERSION` in Makefile so tests can create citus on
a specific version. When a version is specified, citus version checks
are disabled, e.g. run `CITUSVERSION=13.2-1 make check` or
`CITUSVERSION=13.2-1 citus_tests/run_test.py citus_local_dist_joins`
locally
- See
6ce8cec743
for a task to run tests against version 13.2-1
2025-12-17 19:37:10 +03:00
..
build_and_test.yml Workflow refactor (#8361) 2025-12-17 19:37:10 +03:00
codeql.yml pin PostgreSQL server development package version to 17 (#8286) 2025-10-21 11:32:32 +03:00
devcontainer.yml Fix dockerfile to remove pg14 and include pg17 2025-03-13 15:15:27 +03:00
flaky_test_debugging.yml Drops PG15 support (#8372) 2025-12-15 14:38:51 +03:00
packaging-test-pipelines.yml Adds Citus compatibility with PG18.1 (#8065) 2025-12-17 09:51:19 +03:00
run_tests.yml Workflow refactor (#8361) 2025-12-17 19:37:10 +03:00