From 77a8c2ce1056477cefc05a7654bc0a4c88de431c Mon Sep 17 00:00:00 2001 From: Purelind Date: Wed, 8 Jan 2025 10:36:55 +0800 Subject: [PATCH] chore(tidb): executed every night at 10 PM UTC (#3314) Executed daily pipeline every night at 10 PM UTC. Signed-off-by: purelind --- prow-jobs/pingcap/tidb/latest-periodics.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prow-jobs/pingcap/tidb/latest-periodics.yaml b/prow-jobs/pingcap/tidb/latest-periodics.yaml index 5e582d78a..5e496e042 100644 --- a/prow-jobs/pingcap/tidb/latest-periodics.yaml +++ b/prow-jobs/pingcap/tidb/latest-periodics.yaml @@ -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 @@ -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