Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(securitycenter): add fake change to run Kokoro CI tests #13222

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions securitycenter/snippets/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# The source of truth:
# https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/noxfile_config.py

# 2025-03-10

Comment on lines +23 to +24
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This comment is presumably added to trigger CI. It's important to remove this line once the CI is running as expected. Consider adding a TODO comment to remind yourself to remove it later. This will help avoid confusion in the future.

Alternatively, consider using git commands to revert the change after the CI runs, or use a temporary branch.

Suggested change
# 2025-03-10
# TODO(developer): Remove this line after CI is running as expected.
# 2025-03-10

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7", "3.7", "3.8", "3.10", "3.11"],
Expand Down