Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/benchmarks-ci-azure-eastus2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger: none
pr: none

schedules:
- cron: "0 9/12 * * *"
- cron: "0 2/12 * * *"
always: true # always run the pipeline even if there have not been source code changes since the last successful scheduled run.
branches:
include:
Expand Down
2 changes: 1 addition & 1 deletion build/benchmarks-ci-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger: none
pr: none

schedules:
- cron: "0 9/12 * * *"
- cron: "0 2/12 * * *"
always: true # always run the pipeline even if there have not been source code changes since the last successful scheduled run.
branches:
include:
Expand Down
2 changes: 1 addition & 1 deletion build/benchmarks_ci_azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Azure CI Benchmarks Configuration",
"description": "Combined machines and scenarios for continuous integration benchmarks on Azure",
"version": "1.0",
"schedule": "0 9/12 * * *",
"schedule": "0 2/12 * * *",
"queues": [
"azure",
"azurearm64"
Expand Down
2 changes: 1 addition & 1 deletion build/benchmarks_ci_azure_eastus2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Azure CI Benchmarks Configuration",
"description": "Combined machines and scenarios for continuous integration benchmarks on Azure",
"version": "1.0",
"schedule": "0 9/12 * * *",
"schedule": "0 2/12 * * *",
"queues": [
"cobaltcloud"
],
Expand Down
Loading