diff --git a/build/benchmarks-ci-azure-eastus2.yml b/build/benchmarks-ci-azure-eastus2.yml index d9e03791f..60fe8ce24 100644 --- a/build/benchmarks-ci-azure-eastus2.yml +++ b/build/benchmarks-ci-azure-eastus2.yml @@ -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: diff --git a/build/benchmarks-ci-azure.yml b/build/benchmarks-ci-azure.yml index f88513055..76650c098 100644 --- a/build/benchmarks-ci-azure.yml +++ b/build/benchmarks-ci-azure.yml @@ -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: diff --git a/build/benchmarks_ci_azure.json b/build/benchmarks_ci_azure.json index 878d01676..a795c5577 100644 --- a/build/benchmarks_ci_azure.json +++ b/build/benchmarks_ci_azure.json @@ -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" diff --git a/build/benchmarks_ci_azure_eastus2.json b/build/benchmarks_ci_azure_eastus2.json index 6e6d39678..08b011f24 100644 --- a/build/benchmarks_ci_azure_eastus2.json +++ b/build/benchmarks_ci_azure_eastus2.json @@ -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" ],