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