diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-02 12:48:38 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-02 15:44:38 +0800 |
commit | d572a7806becea565c7f8ccc06b164fc2970b2cb (patch) | |
tree | 89f69f5c8f96ec4d13d0de2c34c431bac0f4755a /jjb/global | |
parent | 331b4cef3a719d32618699370554be9e4c9b7636 (diff) |
Create experimental job for qtip integration
Note that
- experimental trigger is modified to allow trigger the build from
changes outside `tests` folder
- doctor jobs modified to adapt the change in common trigger
Change-Id: Iaaa26651f9ea1d14cb6c77a713ff657c330dce6e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 92199d6e7..89a38029e 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -150,7 +150,7 @@ branch-pattern: '**/{branch}' file-paths: - compare-type: 'ANT' - pattern: 'tests/**' + pattern: '{files}' skip-vote: successful: true failed: true |