Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-02-07 16:10:48 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2017-03-01 15:29:52 +0300
commita4e996d77315a9d2598e32fab42436b1a04fadcb (patch)
tree5dd9c6e4682b821929ce9e37cfd81cf1fa251e10 /config/gitlab.yml.example
parent8d1cdc940142590eab34d190def2ac3bcd51167f (diff)
Update default configuration of stuck_ci_builds_worker cron interval
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index a82ff605a70..b4f47b30622 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -179,7 +179,7 @@ production: &base
cron_jobs:
# Flag stuck CI builds as failed
stuck_ci_builds_worker:
- cron: "0 0 * * *"
+ cron: "0 * * * *"
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"