diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-30 19:32:57 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-30 19:33:40 +0800 |
commit | 93c4212eb68a7bea30cfa4f1150d44f415e2849f (patch) | |
tree | 67ef0bd3340a7e3952509429bc8482a592360708 | |
parent | c534366b1df57f65ef9aee361b048123ab4ee0e5 (diff) |
Revert "[doctor] not to reset verified status with experimental jobs"
This reverts commit 75c49787bd6cc357d44769e30a2b6d9832eca765.
`silent-start` didn't resolve the issue of losing verified status when
experimental jobs are triggered.
Change-Id: Ib0f2b05594cac2cd378321a84b42873b16808b7b
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | jjb/global/releng-macros.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 89909b009..60fa22d63 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -132,7 +132,6 @@ failed: true unstable: true notbuilt: true - silent-start: true - wrapper: name: ssh-agent-wrapper |