Skip to content
Merged
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
13 changes: 12 additions & 1 deletion .kokoro/continuous/continuous.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Format: //devtools/kokoro/config/proto/build.proto
# Format: //devtools/kokoro/config/proto/build.proto

# Disable system tests.
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we also add a configuration for system tests similar to the ones in https://github.com/googleapis/python-datastore/tree/main/.kokoro/presubmit?

It looks like currently only system-3.12.cfg is being used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean changing NOX_SESSION like this?

env_vars: {
    key: "NOX_SESSION"
    value: "blacken doctests format system-3.12"
}

I think for the system configuration files to work, we'd need to make changes to google3

env_vars: {
key: "RUN_SYSTEM_TESTS"
value: "false"
}

env_vars: {
key: "NOX_SESSION"
value: "blacken doctests format"
}
Loading