#756: move TESTS_FAILED constant

This commit is contained in:
Vokhmin Alexey V 2013-02-06 15:18:29 +04:00
parent 9583b640a3
commit 7dba0c3068
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,11 @@
module AbfWorker
class BaseObserver
COMPLETED = 0
FAILED = 1
PENDING = 2
STARTED = 3
CANCELED = 4
COMPLETED = 0
FAILED = 1
PENDING = 2
STARTED = 3
CANCELED = 4
TESTS_FAILED = 5
attr_accessor :status, :options

View File

@ -1,7 +1,6 @@
module AbfWorker
class RpmWorkerObserver < AbfWorker::BaseObserver
RESTARTED_BUILD_LISTS = 'abf-worker::rpm-worker-observer::restarted-build-lists'
TESTS_FAILED = 5
@queue = :rpm_worker_observer