Skip to content

Commit e4a8dcc

Browse files
yuqi1129Apache9
authored andcommitted
HBASE-25162 Make flaky tests run more aggressively (#2525)
Change the trigger interval from 12h to 4h Signed-off-by: Duo Zhang <[email protected]>
1 parent 6f99305 commit e4a8dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/flaky-tests/run-flaky-tests.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
}
2222
}
2323
triggers {
24-
cron('H */4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
24+
cron('H H/4 * * *') // Every four hours. See https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
2525
}
2626
options {
2727
// this should roughly match how long we tell the flaky dashboard to look at

0 commit comments

Comments
 (0)