Skip to content

Commit

Permalink
Performance test parameters followup fix (#24291)
Browse files Browse the repository at this point in the history
* Fix FileBasedIO job parameter

* Set cron job frequency to 12h for SingleStoreIO PerfTest
  • Loading branch information
Abacn authored Nov 21, 2022
1 parent 814a5de commit e6e832b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ private void createGCSFileBasedIOITTestJob(testJob) {
common.setAutoJob(delegate, 'H H * * *')
InfluxDBCredentialsHelper.useCredentials(delegate)
additionalPipelineArgs = [
influxDatabase: InfluxDBCredentialsHelper.InfluxDBDatabaseName,
influxHost: InfluxDBCredentialsHelper.InfluxDBHostUrl,
influx_db_name: InfluxDBCredentialsHelper.InfluxDBDatabaseName,
influx_hostname: InfluxDBCredentialsHelper.InfluxDBHostUrl,
]
testJob.pipelineOptions.putAll(additionalPipelineArgs)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void waitFor(job, Kubernetes k8s, String resource) {

job(jobName) {
common.setTopLevelMainJobProperties(delegate)
common.setAutoJob(delegate,'H H/6 * * *')
common.setAutoJob(delegate,'H H/12 * * *')
common.enablePhraseTriggeringFromPullRequest(
delegate,
'Java SingleStoreIO Performance Test',
Expand Down

0 comments on commit e6e832b

Please sign in to comment.