X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-pypi-schema.yaml;h=ab720fead7f23b070b346d61a72411b2601994c3;hb=4867c0799530acf13f7527c6a026879bdfb34e06;hp=7edc4942aa29e408a7c1ca14f4b2f8b4a2c88f3e;hpb=c53e11db14ab7abede74c74801bec9ca381c8cc6;p=releng%2Fglobal-jjb.git diff --git a/schema/release-pypi-schema.yaml b/schema/release-pypi-schema.yaml index 7edc4942..ab720fea 100644 --- a/schema/release-pypi-schema.yaml +++ b/schema/release-pypi-schema.yaml @@ -12,14 +12,13 @@ $schema: "http://json-schema.org/schema#" $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-pypi-schema.yaml" required: - - "distribution_type" - "log_dir" - "pypi_project" - "python_version" - "version" properties: - distribution_type: + git_tag: type: "string" log_dir: type: "string" @@ -27,5 +26,7 @@ properties: type: "string" python_version: type: "string" + tag_release: + type: "boolean" version: type: "string"