Skip to content

Commit fcab64e

Browse files
authored
chore: skip generation of failed packages (#16667)
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 ea2d9e0 commit fcab64e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

librarian.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ libraries:
17321732
keep:
17331733
- CHANGELOG.md
17341734
- docs/CHANGELOG.md
1735+
skip_generate: true
17351736
python:
17361737
library_type: GAPIC_COMBO
17371738
opt_args_by_api:
@@ -1970,6 +1971,7 @@ libraries:
19701971
keep:
19711972
- CHANGELOG.md
19721973
- docs/CHANGELOG.md
1974+
skip_generate: true
19731975
python:
19741976
library_type: GAPIC_COMBO
19751977
opt_args_by_api:
@@ -2701,6 +2703,7 @@ libraries:
27012703
default_version: v1
27022704
- name: google-cloud-ndb
27032705
version: 2.4.2
2706+
skip_generate: true
27042707
python:
27052708
library_type: GAPIC_MANUAL
27062709
name_pretty_override: NDB Client Library for Google Cloud Datastore
@@ -3542,6 +3545,7 @@ libraries:
35423545
keep:
35433546
- CHANGELOG.md
35443547
- docs/CHANGELOG.md
3548+
skip_generate: true
35453549
python:
35463550
library_type: GAPIC_MANUAL
35473551
opt_args_by_api:

0 commit comments

Comments
 (0)