citus/.github
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
..
actions Remove Code Climate coverage upload steps from GitHub Actions workflow (#8182) 2025-09-15 13:53:35 +03:00
packaging Removes unnecessary package installations in packaging pipelines (#7341) 2023-11-17 08:51:56 +03:00
workflows Workflow refactor (#8361) 2025-12-17 19:37:10 +03:00
pull_request_template.md Add DESCRIPTION to PR template 2018-12-12 05:35:12 +01:00