Skip to content

Commit a48e293

Browse files
committed
chore: remove env-tests-logging submodule and update paths/owners
1 parent d140ddd commit a48e293

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
/handwritten/storage @googleapis/gcs-team
1313
/handwritten/firestore @googleapis/firestore-team
1414
/handwritten/spanner @googleapis/spanner-team
15-
/handwritten/bigquery-storage @googleapis/bigquery-team
16-
/handwritten/logging @googleapis/yoshi-nodejs
15+
/handwritten/bigquery-storage @googleapis/bigquery-team

env-tests-logging

Lines changed: 0 additions & 1 deletion
This file was deleted.

handwritten/logging/owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838

3939
# adjust .trampolinerc for environment tests
4040
s.replace(
41-
".trampolinerc",
41+
"handwritten/logging/.trampolinerc",
4242
r"required_envvars[^\)]*\)",
4343
"required_envvars+=()"
4444
)
4545
s.replace(
46-
".trampolinerc",
46+
"handwritten/logging/.trampolinerc",
4747
r"pass_down_envvars\+\=\(",
4848
'pass_down_envvars+=(\n "ENVIRONMENT"\n "RUNTIME"'
4949
)

0 commit comments

Comments
 (0)