Skip to content

Commit 68b807e

Browse files
chore(python): use post processor image in cloud-devrel-public-resources (#410)
* chore(python): modify templated noxfile to support non-cloud APIs Source-Link: googleapis/synthtool@76d5fec Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0e17f66ec39d87a7e64954d7bf254dc2d05347f5aefbb3a1d4a3270fc7d6ea97 * fix replacement in owlbot.py * use post processor image in cloud-devrel-public-resources * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update replacement in owlbot.py Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent ffe7551 commit 68b807e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
2-
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:06caa6588d5916680e9b26de7bcd20980ef9b6abd8bab077d00e1f75c4e34f2f
2+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3+
digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6

.github/.OwlBot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
docker:
16-
image: gcr.io/repo-automation-bots/owlbot-python:latest
16+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1717

1818
begin-after-commit-hash: 1afeb53252641dc35a421fa5acc59e2f3229ad6d
1919

owlbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
)
6161

6262
s.replace(
63-
["noxfile.py"], "google/cloud", "pandas_gbq",
63+
["noxfile.py"], "--cov=google", "--cov=pandas_gbq",
6464
)
6565

6666
s.replace(

0 commit comments

Comments
 (0)