Skip to content

Commit ca0c1dd

Browse files
committed
chore: skip generation of failed packages
These packages were removed from the migration batches before, due to test failures. They will be restored one at a time, removing skip_generate in the same PR as generating and fixing any issues for each package.
1 parent e22a1f1 commit ca0c1dd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

librarian.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ libraries:
17371737
keep:
17381738
- CHANGELOG.md
17391739
- docs/CHANGELOG.md
1740+
skip_generate: true
17401741
python:
17411742
library_type: GAPIC_COMBO
17421743
opt_args_by_api:
@@ -1975,6 +1976,7 @@ libraries:
19751976
keep:
19761977
- CHANGELOG.md
19771978
- docs/CHANGELOG.md
1979+
skip_generate: true
19781980
python:
19791981
library_type: GAPIC_COMBO
19801982
opt_args_by_api:
@@ -2740,6 +2742,7 @@ libraries:
27402742
default_version: v1
27412743
- name: google-cloud-ndb
27422744
version: 2.4.2
2745+
skip_generate: true
27432746
python:
27442747
library_type: GAPIC_MANUAL
27452748
name_pretty_override: NDB Client Library for Google Cloud Datastore
@@ -3587,6 +3590,7 @@ libraries:
35873590
keep:
35883591
- CHANGELOG.md
35893592
- docs/CHANGELOG.md
3593+
skip_generate: true
35903594
python:
35913595
library_type: GAPIC_MANUAL
35923596
opt_args_by_api:

0 commit comments

Comments
 (0)