Skip to content

Commit

Permalink
[BEAM-7909] add Portable Precommit test for py36 and py37 (#9475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah-Jiang authored and boyuanzz committed Sep 4, 2019
1 parent 1f3415e commit 964b964
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/PrecommitJobBuilder.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PrecommitJobBuilder {
}
job.with {
description buildDescription('for each commit push.')
//concurrentBuild()
concurrentBuild()
commonJobProperties.setPullRequestBuildTrigger(delegate,
githubUiHint(),
'',
Expand Down
10 changes: 10 additions & 0 deletions .test-infra/jenkins/job_PreCommit_Portable_Python.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,15 @@ builder.build {
tasks(':sdks:python:test-suites:portable:py35:preCommitPy35')
commonJobProperties.setGradleSwitches(delegate)
}
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
tasks(':sdks:python:test-suites:portable:py36:preCommitPy36')
commonJobProperties.setGradleSwitches(delegate)
}
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
tasks(':sdks:python:test-suites:portable:py37:preCommitPy37')
commonJobProperties.setGradleSwitches(delegate)
}
}
}

0 comments on commit 964b964

Please sign in to comment.