-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-151] Add support for RunnableOnService validation tests to runners module #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ers package Default implementation for Flink and Spark are to have it disabled. Default implementation for Dataflow requires you to specify the runnableOnServicePipelineOptions system property with a valid project/runner/... to be able to execute on Google Cloud Dataflow.
|
R: @davorbonaci Davor, after merge, please update Jenkins build: There -DrunnableOnServicePipelineOptions replaces -DdataflowOptions |
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <version>2.18.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version shouldn't be needed.
|
LGTM |
|
@davorbonaci Did you perform the cleanups on merge? |
|
Yup. |
Add ModelEnforcements
Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local> Co-authored-by: Elias Segundo Antonio <eliassegundo.segundo@gmail.com> Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
number, if there is one.
Individual Contributor License Agreement.
Default implementation for Dataflow requires you to specify the runnableOnServicePipelineOptions
system property with a valid project/runner/... to be able to execute on Google Cloud Dataflow.
Default implementation for Flink and Spark are to have it disabled.
Note the whitespace formatting fix on spark pom.xml