diff --git a/runbot/runbot.py b/runbot/runbot.py index b47db918..1c3c55da 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -409,7 +409,7 @@ class runbot_build(osv.osv): 'author': fields.char('Author'), 'subject': fields.text('Subject'), 'sequence': fields.integer('Sequence'), - 'result': fields.char('Result'), # ok, ko + 'result': fields.char('Result'), # ok, ko, skipped 'pid': fields.integer('Pid'), 'state': fields.char('Status'), # pending, testing, running, done 'job': fields.char('Job'), # job_* diff --git a/runbot/runbot.xml b/runbot/runbot.xml index cb3c14c3..46674770 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -209,6 +209,7 @@ testing s age time s age time s + skipped