Skip to content
Snippets Groups Projects
Commit 2313ab11 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Initial config for nodepool

Just set random update time
The cloud credentials are expected from the ci nodes' common.yaml via os-client-config
parent 3b957593
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ cron: ...@@ -15,7 +15,7 @@ cron:
# root@jenkins:~# echo "0 $((RANDOM%23+1)) * * *" # root@jenkins:~# echo "0 $((RANDOM%23+1)) * * *"
# 0 16 * * * # 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 12 * * *'
zmq-publishers: zmq-publishers:
- tcp://localhost:8888 - tcp://localhost:8888
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment