diff options
author | 2019-07-12 15:05:46 -0500 | |
---|---|---|
committer | 2019-07-12 15:05:46 -0500 | |
commit | 1b29634331eed81e3fdacabf376f5c79c6146f8d (patch) | |
tree | 3c4e92526d877899ba8240efc208607dff80ee13 /jjb/sweetcomb | |
parent | 96ef2515f76dfdca77640bf7a6b8e31d9fecfa87 (diff) |
Add INFO.yaml verify job
Info YAML Verify job validates that INFO.yaml file changes are kept isolated
from other file changes. Verifies INFO.yaml files follow the schema defined
in global-jjb/info-schema.
Change-Id: Ibef77b8b86981d5f16d72f7d8dd08e6e37955116
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/sweetcomb')
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 2f27442d3..3f58ccda7 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -267,3 +267,12 @@ rerun-unstable-builds: false max-failed-builds: 1 fixed-delay: 90 + +- project: + name: sweetcomb-info + project-name: sweetcomb + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-4c-4g + project: sweetcomb + branch: master |