From Fedora Project Wiki

< CI

(Fix syntax)
(Links to pages with more detail.)
Line 22: Line 22:
==== Go through ====
==== Go through ====


There are cases where one will want to go through the gating despite the tests failing. This is currently allowed using the ''waiverdb-cli'' command line tool (''dnf install waiverdb-cli'').
There are cases where one will want to go through the gating despite the tests failing. This is currently allowed using the ''waiverdb-cli'' command line tool (''dnf install waiverdb-cli''). See more at https://fedoraproject.org/wiki/Package_update_HOWTO#Handling_feedback_from_automated_tests
We are working on integrating this into bodhi itself to make waiving test results easier.
 
We are working on integrating this into bodhi itself to make waiving test results easier. See more at https://github.com/fedora-infra/bodhi/pull/2095

Revision as of 18:13, 23 January 2018

From Thursday January 18th 2018, bodhi has been adjusted to gate updates based on test results.

Here some information about this process.

What gates?

Currently there are three tests allowed to gate an update:

  • dist.depcheck - to make sure the update's dependencies are available
  • dist.abicheck - to make sure the update's ABI remains stable in stable Fedora releases
  • AtomicCI pipeline - for packages that are part of the Atomic Host and include in their dist-git repository tests according to the specifications.

This last requirement only concern packages that are in Fedora Atomic Host while the first two are enforced for all packages.

Package level testing

We are currently working on building a pipeline that will support package level testing for all packages interested in adding tests to their dist-git repositories.

How to fix the tests?

The tests are all in your hand, you can fix the dist.depcheck and dist.abicheck by adjusting the update or the build and you can fix the package level testing since the tests are stored in the dist-git repository of the package itself. You have the control on the tests.

Go through

There are cases where one will want to go through the gating despite the tests failing. This is currently allowed using the waiverdb-cli command line tool (dnf install waiverdb-cli). See more at https://fedoraproject.org/wiki/Package_update_HOWTO#Handling_feedback_from_automated_tests

We are working on integrating this into bodhi itself to make waiving test results easier. See more at https://github.com/fedora-infra/bodhi/pull/2095