Skip to content

test: no need to exclude kokoro owlbot files#8764

Open
danieljbruce wants to merge 5 commits into
mainfrom
remove-kokoro-tests-logging
Open

test: no need to exclude kokoro owlbot files#8764
danieljbruce wants to merge 5 commits into
mainfrom
remove-kokoro-tests-logging

Conversation

@danieljbruce

@danieljbruce danieljbruce commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Description

Previously, #8761 was merged to remove the logging tests for kokoro, but it is also unnecessary to exclude the .kokoro files in owlbot.

Impact

Just cleans up the tests a bit

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates an example in the Kokoro trampoline script and adds several system test configuration files to the staging exclusion list in owlbot.py. However, the feedback highlights a contradiction: the code changes add these files to the exclusion list, which goes against the PR's stated objective of not excluding them.

Comment thread handwritten/logging/owlbot.py Outdated
Comment on lines +25 to +28
"system-test/fixtures/sample/src/index.ts",
".kokoro/system-test.sh",
".kokoro/continuous/node14/system-test.cfg",
".kokoro/presubmit/node14/system-test.cfg"],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request title and description indicate that it is unnecessary to exclude these files. However, this change actually adds '.kokoro/system-test.sh' and the configuration files to the 'staging_excludes' list, which does the opposite of the stated goal. If these files do not need to be excluded, they should not be added here.

        "system-test/fixtures/sample/src/index.ts"],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was pushed too early. These changes are gone now.

@danieljbruce danieljbruce changed the title test: no need to exclude owlbot files for logging test: remove kokoro system tests for logging Jun 26, 2026
@danieljbruce danieljbruce marked this pull request as ready for review June 26, 2026 14:25
@danieljbruce danieljbruce requested a review from a team as a code owner June 26, 2026 14:25
@danieljbruce danieljbruce changed the title test: remove kokoro system tests for logging test: no need to exclude kokoro owlbot files Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant