chore(bigframes): move the load test script under .kokoro/continuous/#17225
chore(bigframes): move the load test script under .kokoro/continuous/#17225sycai wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request deletes the Kokoro configuration file .kokoro/continuous/load-bigframes.cfg. A critical issue was identified regarding the deletion of common configuration files; specifically, removing these files without updating import references in other configuration files will cause Kokoro build failures.
I am having trouble creating individual review comments. Click here to see my feedback.
.kokoro/load/common.cfg (1-27)
Deleting this common configuration file while moving load-bigframes.cfg without updating its content will break the Kokoro job. Kokoro job configurations in this repository typically import a common.cfg from their directory. Since load-bigframes.cfg was renamed without any content changes, it still contains an import statement pointing to this deleted path (google-cloud-python/.kokoro/load/common.cfg), which will cause the build to fail. The moved configuration should be updated to reference a valid common configuration (e.g., in the continuous directory) or have the necessary settings inlined.
This is to make sure the test still runs even when there has been no changes:
google-cloud-python/.kokoro/system.sh
Lines 156 to 161 in 3ef95d6
Tracking issue: b/509623551