Abacn commented on code in PR #23951:
URL: https://github.com/apache/beam/pull/23951#discussion_r1015693119
##########
.test-infra/jenkins/job_PerformanceTests_BigQueryIO_Python.groovy:
##########
@@ -90,7 +90,7 @@ PhraseTriggeringPostCommitBuilder.postCommitJob(
executeJob(delegate, bqio_read_test)
}
-CronJobBuilder.cronJob('beam_PerformanceTests_BiqQueryIO_Read_Python', 'H 15 *
* *', this) {
+CronJobBuilder.cronJob('beam_PerformanceTests_BiqQueryIO_Read_Python', 'H H *
* *', this) {
Review Comment:
H 15 * * *' means the job will initiate every day 15:XX PM and currently all
Python IO performance test is running on this schedule. As more tests being
added we should distribute the time evenly throughout a day, which is 'H H * *
*' --- both minute and hour are random
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]