damccorm commented on code in PR #35191: URL: https://github.com/apache/beam/pull/35191#discussion_r2140856118
########## sdks/python/build.gradle: ########## @@ -155,9 +155,24 @@ tasks.register("postCommitYamlIntegrationTests") { dependsOn ":sdks:java:io:google-cloud-platform:expansion-service:build" doLast { + def testSet = project.findProperty('yamlTestSet') ?: 'data' Review Comment: Rather than defaulting to this, I think we should still probably try running everything when this command is invoked (since this is expected to work locally). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org