X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-packagecloud-schema.yaml;h=8432f307d5a4c4ee490664d5e9c7512718eaa501;hb=1591cbc2cf8a6cd9591cf95ef7460ff1d17feffd;hp=15ba511dcc8fad65d48d5279962f36a8c4366e40;hpb=4f69d87cabcbd08da63baf6a4ba205a8ce9fdd38;p=releng%2Fglobal-jjb.git diff --git a/schema/release-packagecloud-schema.yaml b/schema/release-packagecloud-schema.yaml index 15ba511d..8432f307 100644 --- a/schema/release-packagecloud-schema.yaml +++ b/schema/release-packagecloud-schema.yaml @@ -13,13 +13,24 @@ $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-packagecloud required: - "package_name" - - "distribution_type" + - "packages" + - "ref" + - "log_dir" + - "version" properties: package_name: + type: "string" + packages: type: "array" properties: name: type: "string" - distribution_type: + git_tag: + type: "string" + ref: + type: "string" + log_dir: + type: "string" + version: type: "string"