Skip to content

Commit de48ae4

Browse files
authored
chore: block releasing compute until #16780 is addressed (#16781)
1 parent 7a01371 commit de48ae4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ libraries:
3535
# Allow release for google-cloud-spanner after tests are fixed.
3636
- id: "google-cloud-spanner"
3737
release_blocked: true
38+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780):
39+
# Allow release for google-cloud-compute (and beta) after we've checked that
40+
# the gRPC service config is okay.
41+
- id: "google-cloud-compute"
42+
release_blocked: true
43+
- id: "google-cloud-compute-v1beta"
44+
release_blocked: true

0 commit comments

Comments
 (0)