From c8cf10c0dfff024f1e498bd01e744d5f44025913 Mon Sep 17 00:00:00 2001 From: venkataanil Date: Tue, 8 Nov 2022 18:40:24 +0530 Subject: [PATCH] fix ocm ci schedule (#267) Dag run is successful when triggered manually and failing only when auto scheduled. I got succesful run in my playground with these changes, so pushing a PR to run on airflow playground. More details about this issue - https://github.com/cloud-bulldozer/airflow-kubernetes/issues/253 --- dags/nocp/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/nocp/manifest.yaml b/dags/nocp/manifest.yaml index e12cd962f..dbdbf9b86 100644 --- a/dags/nocp/manifest.yaml +++ b/dags/nocp/manifest.yaml @@ -3,7 +3,7 @@ dagConfig: enabled: true default: "0 12 * * 1,3,5" nocp: - ocm: "0 0 * * 5" + ocm: "0 10 * * 3" cleanupOnSuccess: true executorImages: repository: quay.io/cloud-bulldozer