Skip to content

Commit af46296

Browse files
authored
Update the nigthly run frequency. (#2230)
Signed-off-by: Jay Zhang <[email protected]>
1 parent b5d19b8 commit af46296

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ stages:
5050
- template: 'templates/combine_test_coverage.yml'
5151

5252
schedules:
53-
- cron: "0 10 * * *"
54-
displayName: Daily onnxruntime nightly unittest
53+
- cron: "0 12 */3 * *"
54+
displayName: Every 3 days onnxruntime nightly unittest
5555
branches:
5656
include:
5757
- main

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- template: 'pretrained_model_test.yml'
7373

7474
schedules:
75-
- cron: "0 10 * * *"
76-
displayName: pre-trained model test, full matrix
75+
- cron: "0 11 */3 * *"
76+
displayName: pre-trained model test, full matrix, run every 3 days
7777
branches:
7878
include:
7979
- main

ci_build/azure_pipelines/unit_test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ stages:
6262
- template: 'templates/combine_test_coverage.yml'
6363

6464
schedules:
65-
- cron: "0 10 * * *"
66-
displayName: Daily nightly Unit Test, full matrix.
65+
- cron: "0 10 */3 * *"
66+
displayName: Every 3 days nightly Unit Test, full matrix.
6767
branches:
6868
include:
6969
- main

0 commit comments

Comments
 (0)