History log of /sssd/contrib/ci/valgrind-condense
Revision Date Author Comments Expand
96544fca522e66b4f69b4252854a5f672c96f9c4 20-Oct-2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CI: Handle dashes in valgrind-condense Make valgrind-condense work on program names which start with a dash character. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

5f4f0428c182a9e77d29b39f3749fce03643ac8d 20-Oct-2015 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CI: Do not skip tests not checked with Valgrind Make contrib/ci/valgrind-condense execute programs not matching the supplied PATH_PATTERN without Valgrind, instead of simply exiting successfully. This makes the make-check-valgrind stage actually run the tests not checked with Valgrind, instead of skipping them. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

3ce85a5f5264e7118beb6524e120fd8b53a13da4 02-Sep-2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

Add basic support for CI test execution Add basic support for executing continuous integration (CI) tests on RHEL6, RHEL7, Fedora 20, Fedora Rawhide and Debian Testing. This adds two front-end scripts which can be executed either locally by developers, or on a CI server: contrib/ci/run and contrib/ci/clean. The first one will run the tests and the second will wipe out the artifacts. See contrib/ci/README.md for further details. Reviewed-by: Michal Židek <mzidek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>