From cc4ae436a11726ea808e20bb5dc66c20157ccf4e Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Tue, 28 Jun 2016 16:02:29 -0700 Subject: [PATCH] Update gate tests to capture 2015.07 and 2016.01 Following the July 2016 board meeting, add minor update to guidelines to move them to version 1.5 of the DefCore schema and add json schema validation to gate job. Change-Id: Iac667f8a87b50a15f4dfe13c1ef69efa61c10059 --- 2015.07.json | 4 ++-- 2016.01.json | 4 ++-- tox.ini | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/2015.07.json b/2015.07.json index e5ddb5b9..15b9051d 100644 --- a/2015.07.json +++ b/2015.07.json @@ -1,7 +1,7 @@ { "id": "2015.07", - "schema": "1.4", - "reference": "https://git.openstack.org/cgit/openstack/defcore/schema/1.3.rst", + "schema": "1.5", + "reference": "https://git.openstack.org/cgit/openstack/defcore/schema/1.5.json", "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "approved", "replaces": "2015.05", diff --git a/2016.01.json b/2016.01.json index 683048b1..c8772493 100644 --- a/2016.01.json +++ b/2016.01.json @@ -1,7 +1,7 @@ { "id": "2016.01", - "schema": "1.4", - "reference": "https://git.openstack.org/cgit/openstack/defcore/schema/1.3.rst", + "schema": "1.5", + "reference": "https://git.openstack.org/cgit/openstack/defcore/schema/1.5.json", "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "approved", "cutoff_score": "74", diff --git a/tox.ini b/tox.ini index dac0480a..adddc077 100644 --- a/tox.ini +++ b/tox.ini @@ -46,4 +46,6 @@ commands= [testenv:jsonschema] commands= jsonschema doc/source/schema/1.5.json -i next.json + jsonschema doc/source/schema/1.5.json -i 2015.07.json + jsonschema doc/source/schema/1.5.json -i 2016.01.json