Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
project-config-ci-test
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John-Paul Robinson
project-config-ci-test
Commits
1b820ba6
Commit
1b820ba6
authored
9 years ago
by
Doug Wiegley
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo referencing '17', and provide an example randomizer
Change-Id: I037323c17efd736ff59591200bcffeebd5450cdf
parent
045a51ab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodepool/nodepool.yaml
+6
-1
6 additions, 1 deletion
nodepool/nodepool.yaml
with
6 additions
and
1 deletion
nodepool/nodepool.yaml
+
6
−
1
View file @
1b820ba6
...
@@ -8,7 +8,12 @@ cron:
...
@@ -8,7 +8,12 @@ cron:
# TODO: Please choose a random hour for nodepool image updates.
# TODO: Please choose a random hour for nodepool image updates.
# This will help reduce the load on upstream git farms & mirros where all 3rd
# This will help reduce the load on upstream git farms & mirros where all 3rd
# party ci systems start building images at the same time.
# party ci systems start building images at the same time.
# Doing so is easy: update the first '17' below with a random number between 0 to 23
# Doing so is easy, run the following command and replace image-update string
# with the results:
# echo "0 $((RANDOM%23+1)) * * *"
# Example:
# root@jenkins:~# echo "0 $((RANDOM%23+1)) * * *"
# 0 16 * * *
# This references the hour of the day when images will be built.
# This references the hour of the day when images will be built.
image-update
:
'
0
0
*
*
*'
image-update
:
'
0
0
*
*
*'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment