Added allowed fail status for plugins (See build summary)

This commit is contained in:
Dmitry Khomutov 2017-04-03 21:04:27 +07:00
commit d54c1978b9
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
5 changed files with 14 additions and 8 deletions

View file

@ -21,10 +21,11 @@ class Build extends Model
const STAGE_FIXED = 'fixed';
const STAGE_BROKEN = 'broken';
const STATUS_PENDING = 0;
const STATUS_RUNNING = 1;
const STATUS_SUCCESS = 2;
const STATUS_FAILED = 3;
const STATUS_PENDING = 0;
const STATUS_RUNNING = 1;
const STATUS_SUCCESS = 2;
const STATUS_FAILED = 3;
const STATUS_FAILED_ALLOWED = 4;
/**
* @var array