Skip to content

Commit

Permalink
fixup! [BEAM-3456] Re-enable JDBC performance test
Browse files Browse the repository at this point in the history
Remove pipeline options duplicates. The options are already defined in pkb_config_local.yaml file.
  • Loading branch information
lgajowy committed Feb 20, 2018
1 parent ae189e9 commit 802c4cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .test-infra/jenkins/job_beam_PerformanceTests_JDBC.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ job('beam_PerformanceTests_JDBC') {
def pipelineArgs = [
tempRoot : 'gs://temp-storage-for-perf-tests',
project : 'apache-beam-testing',
numberOfRecords : '5000000',
postgresUsername : 'postgres',
postgresDatabaseName: 'postgres',
postgresPassword : 'uuinkks',
postgresSsl : 'false'
numberOfRecords : '5000000'
]

def testArgs = [
Expand Down

0 comments on commit 802c4cd

Please sign in to comment.