This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b0d8d60 Setup InfluxDbIO_IT jenkins job cron
new 41ebec8 Merge pull request #13849 from y1chi/master
b0d8d60 is described below
commit b0d8d602763e27eb529d6f8ed5bae965098d0996
Author: Yichi Zhang <[email protected]>
AuthorDate: Fri Jan 29 14:21:37 2021 -0800
Setup InfluxDbIO_IT jenkins job cron
---
.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy
b/.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy
index 8cd75ed..28b3d34 100644
--- a/.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_InfluxDBIO_IT.groovy
@@ -22,6 +22,7 @@ String jobName = "beam_PerformanceTests_InfluxDbIO_IT"
job(jobName) {
common.setTopLevelMainJobProperties(delegate)
+ common.setAutoJob(delegate,'H */6 * * *')
common.enablePhraseTriggeringFromPullRequest(
delegate,
'Java InfluxDbIO Performance Test',