This repository contains the definition of the Installability CI pipeline.
This pipeline tries to install, upgrade, downgrade and remove RPM packages and publishes results via CI Messages.
** Important: ** Structure of the branches in this repository resembles branches in dist-git, i.e. master branch contains the pipeline definition for Fedora Rawhide, f32 branch is for Fedora 32, etc.
The generic installability test is described in a Flexible Metadata Format.
The actual definition lives in the installability.fmf file.
The pipeline delegates the test execution to the Testing Farm (TODO: link once available). The pipeline only collects, archive and report results.
However, it is possible to run the installability test locally. To do that, clone this repository and run following command:
tmt run -ae TASK_ID=43617203 -e RELEASE_ID=Fedora-32 -d provision --how virtual.testcloud --image fedora plan --name /installability
The command above will run the installability test on a Koji build with the task Id "43617203" (f32-backgrounds-32.1.3-1.fc32) and it tests it in the context of the latest Fedora.