From 48711e9bca3c2f8e5825e3062b21f42d2f7b922a Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Fri, 12 Jul 2019 14:55:38 -0500 Subject: [PATCH] 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: I49102fb0e051fa7dee1e4de9ac4eee516420fb7b Signed-off-by: Vanessa Rene Valderrama --- jjb/honeycomb/honeycomb.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index a8f12c2e0..73aca1ef0 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -283,3 +283,12 @@ - fdio-infra-shiplogs: maven-version: 'mvn36' + +- project: + name: honeycomb-info + project-name: honeycomb + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-4c-4g + project: honeycomb + branch: master -- 2.16.6