Merged
Conversation
e81673f to
2e5b5b0
Compare
tobymao
approved these changes
Mar 12, 2026
Replaces CircleCI configuration with native GitHub Actions workflows: - Deleted `.circleci/config.yml` and `.circleci/continue_config.yml` - Moved helper scripts from `.circleci/` to `.github/scripts/` - Added comprehensive `pr.yaml` with all test jobs (doc tests, style checks, Windows tests, migration tests, UI tests, engine tests for 8 local + 8 cloud databases) - Created `release.yaml` for PyPI publishing and GitHub releases on version tags - Removed private repo integration (deleted `private-repo-test.yaml`) - Updated `Makefile` to reference new script locations and exclude pyspark from xdist parallel runs to prevent fork OOM on CI runners - Implemented path-based filtering using `dorny/paths-filter@v3` to replicate CircleCI's conditional job execution - Limited Spark driver memory to 512m in tests to prevent OOM - Configured engine-specific environment variables and auth for all cloud and Docker test targets Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
d93791e to
ca1862e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Passing Checks: https://github.com/SQLMesh/sqlmesh/actions/runs/23057694253?pr=5729
Description
Replaces CircleCI configuration with native GitHub Actions workflows. All CI/CD jobs have been migrated, including comprehensive test coverage across Python versions, database engines, UI testing, and release processes.
Key changes:
.circleci/config.ymland.circleci/continue_config.yml).github/scripts/and updated referencespr.yamlwith path-based filtering and all test jobsrelease.yamlfor automated PyPI publishing and GitHub releasesWorkflows:
v*.*.*). Builds UI, publishes Python packages, creates GitHub releases using native GitHub release notes generationTest Plan
Checklist