Skip to content

Commit

Permalink
chore: new owl bot post processor docker image (#250)
Browse files Browse the repository at this point in the history
gcr.io/repo-automation-bots/owlbot-java:latest@sha256:42de7b29a5bc381bef6a718722beb3eb641a4c26ad0e269d72c5328a0a63e520
  • Loading branch information
gcf-owl-bot[bot] authored May 14, 2021
1 parent 6aad18a commit 4d8f97d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion java-workflows/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
digest: sha256:984b2b7b8d75fa16ff0e0b3dcdd1e86561b44e8eac23f7a1378db3d339f11333
image: gcr.io/repo-automation-bots/owlbot-java:latest
digest: sha256:42de7b29a5bc381bef6a718722beb3eb641a4c26ad0e269d72c5328a0a63e520
3 changes: 2 additions & 1 deletion java-workflows/.github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
bumpMinorPreMajor: true
6 changes: 1 addition & 5 deletions java-workflows/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
- name: coverage
uses: codecov/codecov-action@v1
with:
name: actions ${{matrix.java}}
windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -80,4 +76,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
7 changes: 7 additions & 0 deletions java-workflows/.kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ pushd target/docfx-yml
python3 -m docuploader create-metadata \
--name ${NAME} \
--version ${VERSION} \
--xrefs devsite://java/gax \
--xrefs devsite://java/google-cloud-core \
--xrefs devsite://java/api-common \
--xrefs devsite://java/proto-google-common-protos \
--xrefs devsite://java/google-api-client \
--xrefs devsite://java/google-http-client \
--xrefs devsite://java/protobuf \
--language java

# upload yml to production bucket
Expand Down

0 comments on commit 4d8f97d

Please sign in to comment.