From c1d6259f95301fd9d26471f9f6402427fb41e391 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 17 Jan 2019 14:13:16 -0500 Subject: [PATCH] Don't reload scheduler when zuul.conf changes Zuul doesn't (yet) support reloads when zuul.conf changes. For this, you need to actually stop / start the services. Change-Id: I7e0932e27bc68777d40a6efa350569a205274f43 Signed-off-by: Paul Belanger --- tasks/config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/config.yaml b/tasks/config.yaml index f7e4639..d0e92e1 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -144,5 +144,3 @@ owner: "{{ zuul_file_zuul_conf_owner }}" src: "{{ zuul_file_zuul_conf_src }}" register: zuul_file_zuul_conf - notify: - - Reload zuul-scheduler