From 30856d2865122f82ec25c258c7cd2cceb52aa7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 9 Sep 2021 14:20:11 +0100 Subject: [PATCH] ci: remove obsolete refresh documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now use lcitool's manifest feature to generate files. Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- ci/containers/README.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 ci/containers/README.rst diff --git a/ci/containers/README.rst b/ci/containers/README.rst deleted file mode 100644 index f2ee132613..0000000000 --- a/ci/containers/README.rst +++ /dev/null @@ -1,36 +0,0 @@ -CI job assets -============= - -This directory contains assets used in the automated CI jobs, most -notably the Dockerfiles used to build container images in which the -CI jobs then run. - -The ``refresh`` script is used to re-create the Dockerfiles using the -``lcitool`` command that is provided by repo -https://gitlab.com/libvirt/libvirt-ci - -The containers are built during the CI process and cached in the GitLab -container registry of the project doing the build. The cached containers -can be deleted at any time and will be correctly rebuilt. - - -Coverity scan integration -========================= - -This will be used only by the main repository for master branch by running -scheduled pipeline in GitLab. - -The service is proved by `Coverity Scan`_ and requires that the project is -registered there to get free coverity analysis which we already have for -`libvirt project`_. - -To run the coverity job it requires two new variables: - - * ``COVERITY_SCAN_PROJECT_NAME``, containing the `libvirt project`_ - name. - - * ``COVERITY_SCAN_TOKEN``, token visible to admins of `libvirt project`_ - - -.. _Coverity Scan: https://scan.coverity.com/ -.. _libvirt project: https://scan.coverity.com/projects/libvirt