Skip to content

Commit 2bed78e

Browse files
authored
chore(firestore): disable auto-release (googleapis#16971)
1 parent 19db82f commit 2bed78e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ libraries:
3737
# Disable automatic releases until tests stabilize.
3838
- id: "pandas-gbq"
3939
release_blocked: true
40+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16970):
41+
# Disable automatic releases until system tests are sped up or reorganized.
42+
- id: "google-cloud-firestore"
43+
release_blocked: true
4044

librarian.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ libraries:
11231123
- docs/firestore_v1/transaction.rst
11241124
- docs/firestore_v1/transforms.rst
11251125
- docs/firestore_v1/types.rst
1126+
skip_release: true
11261127
python:
11271128
library_type: GAPIC_COMBO
11281129
opt_args_by_api:
@@ -2512,9 +2513,9 @@ libraries:
25122513
default_version: apiVersion
25132514
- name: pandas-gbq
25142515
version: 0.35.0
2516+
skip_release: true
25152517
python:
25162518
library_type: INTEGRATION
2517-
skip_release: true
25182519
- name: proto-plus
25192520
version: 1.27.2
25202521
python:

0 commit comments

Comments
 (0)