Skip to content

Commit

Permalink
Fix lucene_snapshot cron definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Aug 11, 2023
1 parent 5ad8a79 commit a4cbebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
schedules:
Periodically on lucene_snapshot:
branch: lucene_snapshot
cronline: "0 2 * * America/New_York"
cronline: "0 2 * * * America/New_York"
message: "Builds a new lucene snapshot 1x per day"
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
schedules:
Periodically on lucene_snapshot:
branch: lucene_snapshot
cronline: "0 6 * * America/New_York"
cronline: "0 6 * * * America/New_York"
message: "Merges main into lucene_snapshot branch 1x per day"
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
Expand Down Expand Up @@ -255,5 +255,5 @@ spec:
schedules:
Periodically on lucene_snapshot:
branch: lucene_snapshot
cronline: "0 9,12,15,18 * * America/New_York"
cronline: "0 9,12,15,18 * * * America/New_York"
message: "Runs tests against lucene_snapshot branch several times per day"

0 comments on commit a4cbebc

Please sign in to comment.