summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-07 06:29:50 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-07 06:29:50 -0800
commitb53938bafc4510737485b66af5293d72cea46f53 (patch)
treef0357005517f32e488fa1afa4e10f33a75cbe810
parentb188a17ff129bdfda103b7455511c14321446613 (diff)
Modified file pattern for jjb for optf-has
Updated the job with correct pattern to trigger changes for conductor directory. Change-Id: I1e23eb35a8dfede2828759760dbd5ce8a4cf3df3 Issue-ID: OPTFRA-5 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
-rw-r--r--jjb/optf/optf-has-python.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml
index 2a2a011d8..81b215d67 100644
--- a/jjb/optf/optf-has-python.yaml
+++ b/jjb/optf/optf-has-python.yaml
@@ -11,6 +11,6 @@
subproject:
- 'conductor':
path: 'conductor'
- pattern: 'has/**'
+ pattern: 'conductor/**'
jobs:
- '{project-name}-{stream}-{subproject}-verify-python'