X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=schema%2Frelease-packagecloud-schema.yaml;h=40af30da8d4d9df5a1b66d4e67e5f91dd0a68d5a;hb=532e97b5b965cab5ace406d8ecc845afc98920ac;hp=f17d174197f7682ecbdf821f9c3b1e76658edceb;hpb=87757c38ac02a346d9b53358ad8ec3465cbe3c92;p=releng%2Fglobal-jjb.git diff --git a/schema/release-packagecloud-schema.yaml b/schema/release-packagecloud-schema.yaml index f17d1741..40af30da 100644 --- a/schema/release-packagecloud-schema.yaml +++ b/schema/release-packagecloud-schema.yaml @@ -13,10 +13,26 @@ $id: "https://github.com/lfit/releng-global-jjb/blob/master/release-packagecloud required: - "package_name" + - "packages" + - "ref" + - "log_dir" + - "version" properties: package_name: + type: "string" + packages: type: "array" properties: name: type: "string" + git_tag: + type: "string" + ref: + type: "string" + log_dir: + type: "string" + tag_release: + type: "boolean" + version: + type: "string"