Skip to content

Commit

Permalink
chore(tidb): executed every night at 10 PM UTC (#3314)
Browse files Browse the repository at this point in the history
Executed daily pipeline every night at 10 PM UTC.

Signed-off-by: purelind <[email protected]>
  • Loading branch information
purelind authored Jan 8, 2025
1 parent ab9a01a commit 77a8c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow-jobs/pingcap/tidb/latest-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ periodics:
- name: periodic-daily-tidb-unit-test
cluster: gcp-prow-ksyun
decorate: true # need add this.
cron: "0 2 * * *"
cron: "0 22 * * *"
skip_report: true
extra_refs: # Periodic job doesn't clone any repo by default, needs to be added explicitly
- org: pingcap
Expand Down Expand Up @@ -92,7 +92,7 @@ periodics:
- name: periodic-daily-tidb-long-unit-test
cluster: gcp-prow-ksyun
decorate: true # need add this.
cron: "0 */3 * * *" # every 3 hour, change to "0 0 * * *" for daily after test.
cron: "0 22 * * *"
skip_report: true
extra_refs: # Periodic job doesn't clone any repo by default, needs to be added explicitly
- org: pingcap
Expand Down

0 comments on commit 77a8c2c

Please sign in to comment.