Skip to content

Commit 502c1e1

Browse files
authored
Update the start time for the azure ci runs to be at 2 twice a day rather than 9 to ensure we don't have machines restart during testing. (#2125)
1 parent b826eb1 commit 502c1e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/benchmarks-ci-azure-eastus2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger: none
88
pr: none
99

1010
schedules:
11-
- cron: "0 9/12 * * *"
11+
- cron: "0 2/12 * * *"
1212
always: true # always run the pipeline even if there have not been source code changes since the last successful scheduled run.
1313
branches:
1414
include:

build/benchmarks-ci-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger: none
88
pr: none
99

1010
schedules:
11-
- cron: "0 9/12 * * *"
11+
- cron: "0 2/12 * * *"
1212
always: true # always run the pipeline even if there have not been source code changes since the last successful scheduled run.
1313
branches:
1414
include:

build/benchmarks_ci_azure.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Azure CI Benchmarks Configuration",
44
"description": "Combined machines and scenarios for continuous integration benchmarks on Azure",
55
"version": "1.0",
6-
"schedule": "0 9/12 * * *",
6+
"schedule": "0 2/12 * * *",
77
"queues": [
88
"azure",
99
"azurearm64"

build/benchmarks_ci_azure_eastus2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Azure CI Benchmarks Configuration",
44
"description": "Combined machines and scenarios for continuous integration benchmarks on Azure",
55
"version": "1.0",
6-
"schedule": "0 9/12 * * *",
6+
"schedule": "0 2/12 * * *",
77
"queues": [
88
"cobaltcloud"
99
],

0 commit comments

Comments
 (0)