Skip to content

Commit 6cc70fa

Browse files
Improve the config-update using smart-reconfigure
This change makes the config-update significantly faster by skipping project which didn't change. Change-Id: Ibcc73932f7bd705f1b49d4c8e23937d8c356d380
1 parent 82bb2e4 commit 6cc70fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/static/git-server/update-system-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ cat << EOF > playbooks/config/update.yaml
166166
- name: "Update zuul tenant config"
167167
command: /usr/local/bin/generate-zuul-tenant-yaml.sh "{{ config_ref }}"
168168
- name: "Reconfigure the scheduler"
169-
command: zuul-scheduler full-reconfigure
169+
command: zuul-scheduler smart-reconfigure
170170
171171
- hosts: nodepool-launcher
172172
vars:

0 commit comments

Comments
 (0)