Skip to content

Commit

Permalink
fix ocm ci schedule (cloud-bulldozer#267)
Browse files Browse the repository at this point in the history
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 -
cloud-bulldozer#253
  • Loading branch information
venkataanil authored Nov 8, 2022
1 parent ca88126 commit b672085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/nocp/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b672085

Please sign in to comment.