]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Document CIRRUS_GITHUB_REPO variable
authorAndrea Bolognani <abologna@redhat.com>
Wed, 10 Jun 2020 16:11:04 +0000 (18:11 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 11 Jun 2020 10:03:41 +0000 (12:03 +0200)
This needs to be set for every repository for Cirrus CI integration
to work.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/newreposetup.rst

index f81e26747b3ce66fa76fecbc696ba5a7d322e66f..ac2e6a15f199e6f3a5c3c9589f6abe78e38b2b86 100644 (file)
@@ -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
 ====================