Skip to content

Commit

Permalink
This closes #2849: Triggers for Java SDK post submit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed May 3, 2017
2 parents 7d6f8bd + bc91825 commit 3b61f6a
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -37,6 +37,12 @@ mavenJob('beam_PostCommit_Java_MavenInstall') {
// Sets that this is a PostCommit job.
common_job_properties.setPostCommit(delegate)

// Allows triggering this build against pull requests.
common_job_properties.enablePhraseTriggeringFromPullRequest(
delegate,
'Java SDK Post Commit Tests',
'Run Java PostCommit')

// Maven goals for this job.
goals('-B -e -P release,dataflow-runner clean install coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN -DskipITs=false -DintegrationTestPipelineOptions=\'[ "--project=apache-beam-testing", "--tempRoot=gs://temp-storage-for-end-to-end-tests", "--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner" ]\'')
}

0 comments on commit 3b61f6a

Please sign in to comment.