Merge "Run update-bug on patchset-created again"

This commit is contained in:
Zuul 2021-04-06 21:23:14 +00:00 committed by Gerrit Code Review
commit 5e6cfa7472

@ -7,10 +7,10 @@ export PROJECTS_YAML=/var/gerrit/etc/projects.yaml
export PROJECTS_INI=/var/gerrit/etc/projects.ini
# Use timeout to kill any process running longer than 10 minutes.
timeout -k 2m 10m /usr/local/bin/update-bug patchset-created "$@"
timeout -k 2m 10m /usr/local/bin/notify-impact patchset-created "$@" --impact SecurityImpact --dest-address 'openstack-security@lists.openstack.org'
# TODO: reenable these once jeepyb no longer relies on the old Gerrit DB
#timeout -k 2m 10m /usr/local/bin/update-blueprint patchset-created "$@"
#timeout -k 2m 10m /usr/local/bin/update-bug patchset-created "$@"
#if [ -f /var/gerrit/etc/ssh_welcome_rsa_key ] ; then
#timeout -k 2m 10m /usr/local/bin/welcome-message patchset-created \
# --verbose --ssh-user=welcome-message \