Update TestFaild status
This commit is contained in:
parent
b36cc24a64
commit
3048f446a9
|
@ -25,7 +25,7 @@ class BuildList < ActiveRecord::Base
|
||||||
WAITING_FOR_RESPONSE = 4000
|
WAITING_FOR_RESPONSE = 4000
|
||||||
BUILD_PENDING = 2000
|
BUILD_PENDING = 2000
|
||||||
BUILD_STARTED = 3000
|
BUILD_STARTED = 3000
|
||||||
TEST_FAILD = 2
|
TEST_FAILD = 21
|
||||||
BUILD_PUBLISHED = 6000
|
BUILD_PUBLISHED = 6000
|
||||||
|
|
||||||
STATUSES = [WAITING_FOR_RESPONSE,
|
STATUSES = [WAITING_FOR_RESPONSE,
|
||||||
|
|
Loading…
Reference in New Issue