diff --git a/runbot/runbot.py b/runbot/runbot.py index 1c3c55da..46bcabd7 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -969,8 +969,8 @@ class RunbotController(http.Controller): LABELS = { - 1: 'WIP', - 2: 'RD', + 1: 'RDWIP', + 2: 'OE', } # kill ` ps faux | grep ./static | awk '{print $2}' `