Skip to content

Commit d89df74

Browse files
committed
chore: Update tests
1 parent 34cefeb commit d89df74

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ steps:
9191
]
9292
env:
9393
- "DOCKER_BUILDKIT=1"
94+
- "TEST_CURRENT_YEAR=2025"
9495
id: generate-libraries
9596
waitFor: [
9697
"build-image",

hermetic_build/library_generation/tests/resources/goldens/owlbot-golden.py

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,16 @@
2121
s.move(library)
2222

2323
s.remove_staging_dirs()
24-
java.common_templates(
25-
monorepo=True,
26-
excludes=[
27-
".github/*",
28-
".kokoro/*",
29-
"samples/*",
30-
"CODE_OF_CONDUCT.md",
31-
"CONTRIBUTING.md",
32-
"LICENSE",
33-
"SECURITY.md",
34-
"java.header",
35-
"license-checks.xml",
36-
"renovate.json",
37-
".gitignore",
38-
],
39-
)
24+
java.common_templates(monorepo=True, excludes=[
25+
".github/*",
26+
".kokoro/*",
27+
"samples/*",
28+
"CODE_OF_CONDUCT.md",
29+
"CONTRIBUTING.md",
30+
"LICENSE",
31+
"SECURITY.md",
32+
"java.header",
33+
"license-checks.xml",
34+
"renovate.json",
35+
".gitignore"
36+
])

0 commit comments

Comments
 (0)