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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ mavenJob('beam_PreCommit_Python_MavenInstall') {

// Sets that this is a PreCommit job.
common_job_properties.setPreCommit(delegate, 'mvn clean install -pl sdks/python -am -amd')

// Enable Triggering these tests with a comment in the pull request
common_job_properties.enablePhraseTriggeringFromPullRequest(
delegate,
'Python SDK PreCommit Tests',
'Run Python PreCommit')

// Maven goals for this job: The Python SDK, its dependencies, and things that depend on it.
goals('''\
Expand Down