Skip to content

Commit 78e3d3a

Browse files
chore: store artifacts in placer (#433)
Source-Link: googleapis/synthtool@cb96037 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2630357 commit 78e3d3a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/.OwlBot.lock.yaml

Lines 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

.kokoro/release/common.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ env_vars: {
3939
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem"
4040
}
4141

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-error-reporting/**/*.tar.gz"
47+
strip_prefix: "github/python-error-reporting"
48+
}
49+
}
50+
4251

4352
#############################################
4453
# this section merged from .kokoro/common_env_vars.cfg using owlbot.py

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def prerelease_deps(session):
378378
"grpcio!=1.52.0rc1",
379379
"grpcio-status",
380380
"google-api-core",
381+
"google-auth",
381382
"proto-plus",
382383
"google-cloud-testutils",
383384
# dependencies of google-cloud-testutils"
@@ -390,7 +391,6 @@ def prerelease_deps(session):
390391
# Remaining dependencies
391392
other_deps = [
392393
"requests",
393-
"google-auth",
394394
]
395395
session.install(*other_deps)
396396

0 commit comments

Comments
 (0)