Skip to content

Commit 7aec366

Browse files
committed
manual changes
1 parent aa650a2 commit 7aec366

67 files changed

Lines changed: 236 additions & 377 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,6 +164,7 @@ 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
# benchmark : Benchmarking tests are not shipped as a library
168169
# grafeas : java-grafeas is known to have special package name
169170
# cloud-build v2 : java_package was not configured when we published
@@ -172,6 +173,8 @@ jobs:
172173
invalid_files=$(find . -name '*.java' \
173174
|grep --invert-match 'java/com/google' \
174175
|grep --invert-match samples \
176+
|grep --invert-match '/test/' \
177+
|grep --invert-match '/tests/' \
175178
|grep --invert-match benchmark \
176179
|grep --invert-match grafeas \
177180
|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)