Merge "Add additional post project rename reindexing"

This commit is contained in:
Zuul 2021-08-18 17:20:05 +00:00 committed by Gerrit Code Review
commit e4f806f110

View File

@ -141,5 +141,11 @@
- name: Start online reindex of accounts
shell: "{{ gerrit_ssh_command }} index start accounts --force"
- name: Start online reindex of groups
shell: "{{ gerrit_ssh_command }} index start groups --force"
- name: Start online reindex of projects
shell: "{{ gerrit_ssh_command }} index start projects --force"
- name: Start online reindex of changes
shell: "{{ gerrit_ssh_command }} index start changes --force"