Skip to content

Commit

Permalink
Change when streaming Combine on Flink should be fired (#12931)
Browse files Browse the repository at this point in the history
The goal is to avoid situations where two Flink tests run at the same time on the same machine.
  • Loading branch information
kamilwu committed Sep 25, 2020
1 parent d1261ad commit 4fc07cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ PhraseTriggeringPostCommitBuilder.postCommitJob(
loadTestJob(delegate, CommonTestProperties.TriggeringContext.PR, 'streaming')
}

CronJobBuilder.cronJob('beam_LoadTests_Python_Combine_Flink_Streaming', 'H 16 * * *', this) {
CronJobBuilder.cronJob('beam_LoadTests_Python_Combine_Flink_Streaming', 'H 18 * * *', this) {
additionalPipelineArgs = [
influx_db_name: InfluxDBCredentialsHelper.InfluxDBDatabaseName,
influx_hostname: InfluxDBCredentialsHelper.InfluxDBHostUrl,
Expand Down

0 comments on commit 4fc07cc

Please sign in to comment.