Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 552830c

Browse filesBrowse files
chore: store artifacts in placer [autoapprove] (#237)
Source-Link: https://togithub.com/googleapis/synthtool/commit/cb960373d12d20f8dc38beee2bf884d49627165e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
1 parent 3e8ee34 commit 552830c
Copy full SHA for 552830c

File tree

Expand file treeCollapse file tree

3 files changed

+12
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+12
-3
lines changed

‎packages/google-cloud-appengine-admin/.github/.OwlBot.lock.yaml

Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/.github/.OwlBot.lock.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
17-
# created: 2023-06-27T13:04:21.96690344Z
16+
digest: sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
17+
# created: 2023-06-28T17:03:33.371210701Z

‎packages/google-cloud-appengine-admin/.kokoro/release/common.cfg

Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/.kokoro/release/common.cfg
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ env_vars: {
3838
key: "SECRET_MANAGER_KEYS"
3939
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
4040
}
41+
42+
# Store the packages we uploaded to PyPI. That way, we have a record of exactly
43+
# what we published, which we can use to generate SBOMs and attestations.
44+
action {
45+
define_artifacts {
46+
regex: "github/python-appengine-admin/**/*.tar.gz"
47+
strip_prefix: "github/python-appengine-admin"
48+
}
49+
}

‎packages/google-cloud-appengine-admin/noxfile.py

Copy file name to clipboardExpand all lines: packages/google-cloud-appengine-admin/noxfile.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ def prerelease_deps(session):
379379
"grpcio!=1.52.0rc1",
380380
"grpcio-status",
381381
"google-api-core",
382+
"google-auth",
382383
"proto-plus",
383384
"google-cloud-testutils",
384385
# dependencies of google-cloud-testutils"
@@ -391,7 +392,6 @@ def prerelease_deps(session):
391392
# Remaining dependencies
392393
other_deps = [
393394
"requests",
394-
"google-auth",
395395
]
396396
session.install(*other_deps)
397397

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.