Skip to content

Commit

Permalink
add missing gradle tasks to postcommit java singlestoreio test (apach…
Browse files Browse the repository at this point in the history
…e#29348)

Co-authored-by: Vlado Djerek <[email protected]>
  • Loading branch information
volatilemolotov and volatilemolotov authored Nov 8, 2023
1 parent 639111a commit f929d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Run Java SingleStore IO IT
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIODefaultMapperIT
gradle-command: :sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIODefaultMapperIT :sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIOSchemaTransformIT :sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIOConnectionAttributesIT
arguments: --info -DintegrationTestRunner=dataflow -DintegrationTestPipelineOptions='["--tempRoot=gs://temp-storage-for-perf-tests","--project=apache-beam-testing","--runner=DataflowRunner","--singleStoreUsername=admin","--singleStorePassword=secretpass","--singleStorePort=3306","--numberOfRecords=1000", "--singleStoreServerName=${{ steps.install_singlestore.outputs.lb_ip }}"]'

0 comments on commit f929d08

Please sign in to comment.