Skip to content

chore: remove bigtable and sqlalchemy-spanner from bulk release due to failing system test - #18006

Merged
sofisl merged 1 commit into
mainfrom
skipFailingTests
Aug 5, 2026
Merged

chore: remove bigtable and sqlalchemy-spanner from bulk release due to failing system test#18006
sofisl merged 1 commit into
mainfrom
skipFailingTests

Conversation

@sofisl

@sofisl sofisl commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@sofisl
sofisl requested a review from a team as a code owner August 5, 2026 20:37

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request transitions the release configuration and manifest entries for google-cloud-bigtable and sqlalchemy-spanner from bulk release management to individual release management. The review feedback suggests sorting the manifest entries alphabetically in .release-please-individual-manifest.json to maintain consistency and prevent future merge conflicts.

Comment on lines 2 to +7
"packages/bigframes": "2.47.0",
"packages/google-cloud-bigtable": "2.41.0",
"packages/google-crc32c": "1.8.0",
"packages/pandas-gbq": "0.35.0",
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
"preview-packages/google-cloud-compute": "1.51.0-preview.1",
"packages/sqlalchemy-spanner": "1.19.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain consistency and prevent future merge conflicts, the packages in the manifest should be sorted alphabetically. Please move packages/sqlalchemy-spanner before preview-packages/google-cloud-compute. Remember to also apply this alphabetical sorting to release-please-individual-config.json.

Suggested change
"packages/bigframes": "2.47.0",
"packages/google-cloud-bigtable": "2.41.0",
"packages/google-crc32c": "1.8.0",
"packages/pandas-gbq": "0.35.0",
"preview-packages/google-cloud-compute": "1.51.0-preview.1"
"preview-packages/google-cloud-compute": "1.51.0-preview.1",
"packages/sqlalchemy-spanner": "1.19.0"
"packages/bigframes": "2.47.0",
"packages/google-cloud-bigtable": "2.41.0",
"packages/google-crc32c": "1.8.0",
"packages/pandas-gbq": "0.35.0",
"packages/sqlalchemy-spanner": "1.19.0",
"preview-packages/google-cloud-compute": "1.51.0-preview.1"

@sofisl
sofisl merged commit 2619725 into main Aug 5, 2026
39 checks passed
@sofisl
sofisl deleted the skipFailingTests branch August 5, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants