diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-15 11:02:32 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-15 11:02:32 +0100 |
commit | 5f9ab1acff17a1be34faeccb46227384e5f049a9 (patch) | |
tree | efe155932895ad9985561c0e00b7130a9b5d0ff2 /jjb | |
parent | d7aa449c9c9e5f74ed4908305027a7b69e858e03 (diff) |
xci: Skip the deployment for upstream and prototype changes
Changes coming to these do not impact the framework so there is
no need to run full verification for these.
Change-Id: Ia9f8f4772a94cb0761c49ff27933798265831fa4
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 7aaf0f1ac..d78dc82d9 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -112,6 +112,10 @@ pattern: 'xci/scripts/vm/**' - compare-type: ANT pattern: 'docs/**' + - compare-type: ANT + pattern: 'prototypes/**' + - compare-type: ANT + pattern: 'upstream/**' - project-compare-type: 'REG_EXP' project-pattern: 'sfc|sdnvpn' branches: |