diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-03-16 02:14:40 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-03-16 02:14:40 -0700 |
commit | 3d7c055912fbf04dbd71e05041a51e52f126f00e (patch) | |
tree | e022e83605c3d8e3bca613104811b8d732418133 | |
parent | d50c4cafb5990260ef9a002779acf574fa3ab9d2 (diff) |
Added verify java job for optf/has root directory
Currently the verify java job is picking only subprojects
Need to define '{project-name}-{stream}-verify-java' for
verifying the optf/has root directory changes.
Change-Id: Ib5dcfd6bad1c862a9b6fdb34cba53f200c61107d
Issue-ID: OPTFRA-189
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
-rw-r--r-- | jjb/optf/optf-has.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/optf/optf-has.yaml b/jjb/optf/optf-has.yaml index 95eba8ff1..ffb16c0db 100644 --- a/jjb/optf/optf-has.yaml +++ b/jjb/optf/optf-has.yaml @@ -16,6 +16,7 @@ - gerrit-maven-clm - '{project-name}-{stream}-{subproject}-verify-python' - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - '{project-name}-{stream}-{subproject}-release-version-java-daily' - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |