-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathconfig.yaml
More file actions
34 lines (33 loc) · 1.5 KB
/
config.yaml
File metadata and controls
34 lines (33 loc) · 1.5 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
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/16180):
# `google-django-spanner` is blocked until the presubmits are green.
- id: "google-django-spanner"
release_blocked: true
# 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/16490):
# Allow generation for google-cloud-spanner once this bug is fixed.
- id: "google-cloud-spanner"
generate_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16494):
# Allow generation for google-cloud-bigtable once this bug is fixed.
- id: "google-cloud-bigtable"
generate_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/16506):
# Allow generation for google-cloud-firestore once this bug is fixed.
- id: "google-cloud-firestore"
generate_blocked: true