diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-29 11:57:49 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-29 11:57:49 -0700 |
commit | 1d4f19e0c5d2d67bc3abe78d812de86ab48a58d3 (patch) | |
tree | eace48f58b0a23e2f958d54420a9ea3568160416 | |
parent | 6b066f84c54074eb3ca8935be731400af4eaa2b7 (diff) |
Lower unstable thresold for External Lab jobs
Lower the unstable thresold for External
Lab jobs to 60%.
Change-Id: Idfda14d204e952d0ccc0bec2acb2f05e782bf6a0
Issue-ID: INT-532
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | jjb/lab/lab-templates.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/lab/lab-templates.yaml b/jjb/lab/lab-templates.yaml index 5f46494df..ff7a59d40 100644 --- a/jjb/lab/lab-templates.yaml +++ b/jjb/lab/lab-templates.yaml @@ -31,6 +31,6 @@ publishers: - integration-robot: - unstable-if: 75.0 + unstable-if: 60.0 pass-if: 100.0 - lf-infra-publish |