-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfig.yaml
More file actions
36 lines (32 loc) · 1.49 KB
/
config.yaml
File metadata and controls
36 lines (32 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is now handwritten again, post-migration from legacylibrarian to
# librarian (for generation purposes).
# Release-only mode prevents legacylibrarian from generating any packages.
# legacylibrarian is only used for releasing; librarian is used for generation.
release_only_mode: true
global_files_allowlist:
# Allow the container to read and write the root `CHANGELOG.md`
# file during the `release` step to update the latest client library
# versions which are hardcoded in the file.
- path: "CHANGELOG.md"
permissions: "read-write"
libraries:
# libraries have "release_blocked: true" so that releases are
# explicitly initiated.
# TODO(https://github.com/googleapis/google-cloud-python/issues/16487):
# Allow releases for google-cloud-storage once this bug is fixed.
- id: "google-cloud-storage"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16489):
# Allow releases for bigframes once the bug above is fixed.
- id: "bigframes"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16520):
# Allow release for google-crc32c once this bug is fixed.
- id: "google-crc32c"
release_blocked: true
# TODO(b/501132869): Disabling automatic releases until resolved.
- id: "google-cloud-bigtable"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780): Disabling automatic releases until resolved.
- id: "google-cloud-compute"
release_blocked: true