Skip to content

Commit 98dcc3a

Browse files
committed
manual changes
1 parent dbd4be3 commit 98dcc3a

65 files changed

Lines changed: 232 additions & 372 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.

.github/workflows/generated_files_sync.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.67.0
20+
library_generation_image_tag: 2.67.1-SNAPSHOT
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one
@@ -164,12 +164,15 @@ jobs:
164164
165165
# java/com/google : This is the standard package
166166
# samples : Samples are not shipped as a library
167+
# test : test classes are not shipped as a library
167168
# grafeas : java-grafeas is known to have special package name
168169
# cloud-build v2 : java_package was not configured when we published
169170
# the Cloud Build V2 client library
170171
# the rest : the same as above
171172
invalid_files=$(find . -name '*.java' \
172173
|grep --invert-match 'java/com/google' \
174+
|grep --invert-match '/test/' \
175+
|grep --invert-match '/tests/' \
173176
|grep --invert-match samples \
174177
|grep --invert-match grafeas \
175178
|grep --invert-match 'cloud-build.*v2' \

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.67.0
40+
- uses: ./sdk-platform-java/.github/scripts
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}
4444
head_ref: ${{ github.head_ref }}
4545
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
46+
image_tag: 2.67.1-SNAPSHOT # {x-version-update:gapic-generator-java:current}

0 commit comments

Comments
 (0)