From: Andrea Bolognani Date: Wed, 10 Jun 2020 16:11:04 +0000 (+0200) Subject: docs: Document CIRRUS_GITHUB_REPO variable X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9170b0ee6f867d2be1165e83c80910b0e0ac952d;p=libvirt.git docs: Document CIRRUS_GITHUB_REPO variable This needs to be set for every repository for Cirrus CI integration to work. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/newreposetup.rst b/docs/newreposetup.rst index f81e26747b..ac2e6a15f1 100644 --- a/docs/newreposetup.rst +++ b/docs/newreposetup.rst @@ -83,6 +83,22 @@ required under the **Settings** page: * *Shared runners*: Enable shared runners + * **Variables** + + * *Key*: ``CIRRUS_GITHUB_REPO`` + + * *Value*: ``libvirt/$repo`` + + * *Protect variable*: enabled + + * *Mask variable*: disabled + + * *Key*: ``CIRRUS_API_TOKEN`` + + * No need to set this at the project level: it's already set for the + libvirt organization and will be inherited from there. + + GitHub configuration ====================