From 5a1e7ad6ad5a9097acfe1252eef5ade60bbc758c Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Mar 04 2019 13:34:18 +0000 Subject: Add FAQ update from the main page --- diff --git a/modules/ROOT/pages/faq.adoc b/modules/ROOT/pages/faq.adoc index 38c8b98..2a67caf 100644 --- a/modules/ROOT/pages/faq.adoc +++ b/modules/ROOT/pages/faq.adoc @@ -1,9 +1,16 @@ :toc: -= Frequently Asked Questions (FAQ) += Frequently Asked Questions = [qanda] Should I test my package?:: Of course you should! + How I get help?:: Use #fedora-ci channel on IRC. + +Why not rely on %check?:: + `%check` and the tests run in the CI pipeline are complementary. + `%check` allows to perform a number of checks at build time but will not detect missing requirement, missing configuration file and this kind of situation which the CI pipeline will be able to test and find. + We could see this as `%check` being unit-test (where the unit is the package) versus integration tests where the tests are run in the entire distribution just as we distribute it to our users. + So the CI pipeline will be able to find integration bugs that the `%check` section will never be able to.