Skip to content

Commit 22681ae

Browse files
authored
test: remove kokoro system tests for logging (googleapis#8761)
1 parent 200b76b commit 22681ae

5 files changed

Lines changed: 9 additions & 88 deletions

File tree

handwritten/logging/.kokoro/continuous/node14/system-test.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

handwritten/logging/.kokoro/presubmit/node14/system-test.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

handwritten/logging/.kokoro/system-test.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

handwritten/logging/.kokoro/trampoline_v2.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/logging/owlbot.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
staging_excludes=[
2323
".eslintignore", ".prettierignore", "src/index.ts", "README.md", "package.json",
2424
"system-test/fixtures/sample/src/index.js",
25-
"system-test/fixtures/sample/src/index.ts"],
25+
"system-test/fixtures/sample/src/index.ts",
26+
".kokoro/system-test.sh",
27+
".kokoro/continuous/node14/system-test.cfg",
28+
".kokoro/presubmit/node14/system-test.cfg"],
2629
templates_excludes=[
2730
"src/index.ts",
2831
".eslintignore",
@@ -32,7 +35,10 @@
3235
".github/release-please.yml",
3336
".github/CODEOWNERS",
3437
".github/sync-repo-settings.yaml",
35-
"README.md"
38+
"README.md",
39+
".kokoro/system-test.sh",
40+
".kokoro/continuous/node14/system-test.cfg",
41+
".kokoro/presubmit/node14/system-test.cfg"
3642
]
3743
)
3844

0 commit comments

Comments
 (0)