summaryrefslogtreecommitdiff
path: root/nix
Commit message (Collapse)AuthorAgeFilesLines
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+1
|
* nix: socat for f18, nc for f17Zdenek Kabelac2015-05-141-3/+4
| | | | Use common f17_f18 and add extras for f17 and f18
* nix: drop util-linuxZdenek Kabelac2015-05-141-1/+0
| | | | Doesn't appear on centos???
* nix: add more packagesZdenek Kabelac2015-05-141-1/+3
|
* nix: add pkgconfigZdenek Kabelac2015-05-141-0/+1
| | | | Install for better config
* nix: socat is quite new packageZdenek Kabelac2015-05-141-3/+3
| | | | | Install 'nc' on older systems. Test suite handles both.
* nix: fix socat package nameZdenek Kabelac2015-05-141-1/+1
|
* nix: more base packagesZdenek Kabelac2015-05-131-4/+6
|
* nix: now some files are generate so keep themZdenek Kabelac2015-05-111-1/+1
| | | | more tweaks ahead
* nix: install also mdadmZdenek Kabelac2015-04-221-2/+3
| | | | Some tests are checking functinality of lvm2 with mdadm.
* NIX: Also install device-mapper-persistent-data on CentOS 7 & FC 19+.Petr Rockai2015-04-151-1/+1
|
* NIX: Disable profiling in all but one configuration.Petr Rockai2015-04-141-47/+52
|
* NIX: Fix a typo that broke evaluation of fc19+.Petr Rockai2015-02-171-1/+1
|
* NIX: Fix CentOS builds.Petr Rockai2015-02-161-3/+16
|
* NIX: Resolve issues with fedora-release and kernel-modules-extra.Petr Rockai2015-02-161-8/+7
|
* NIX: Drop Fedora 16 builds.Petr Rockai2015-02-101-2/+0
|
* NIX: Adjust lists of extra RPMs to install.Petr Rockai2015-02-101-8/+7
|
* NIX: Request {fedora,centos}-release packages explicitly.Petr Rockai2015-02-051-3/+2
|
* NIX: Adjust install_rpms (kernel rpm is now required).Petr Rockai2015-02-051-1/+3
|
* NIX: We need to install lcov for ./configure now as well.Petr Rockai2015-02-051-3/+8
|
* NIX: Move corosynclib-devel & valgrind-devel out of common.Petr Rockai2015-02-051-4/+3
|
* NIX: Allow adding/overriding test configurations.Petr Rockai2015-02-051-9/+12
|
* NIX: Set ulimit -c to unlimited, to get backtraces in logs.Petr Rockai2015-02-051-0/+1
|
* NIX: Add a CentOS 7.0 64b build.Petr Rockai2015-02-051-2/+11
|
* NIX: Add valgrind-devel to the build environment.Petr Rockai2015-02-051-1/+1
|
* NIX: Install valgrind, gdb and strace in the test environment.Petr Rockai2015-02-051-0/+1
|
* NIX: Make timeout and test envvars configurable via --arg.Petr Rockai2015-02-051-2/+3
|
* NIX: Detect that the VM booted up more directly.Petr Rockai2015-02-051-1/+8
|
* NIX: Avoid a spurious failure when all tests pass.Petr Rockai2015-02-051-1/+1
|
* NIX: Mark builds with failed tests as such.Petr Rockai2015-02-051-0/+2
|
* NIX: Update path to /xchg (was /tmp/xchg with older nixpkgs).Petr Rockai2015-02-051-5/+5
|
* NIX: Do not fail aggregation when a sub-job fails to produce output.Petr Rockai2015-02-051-1/+1
|
* NIX: Run each test flavour as a separate derivation.Petr Rockai2015-02-051-17/+32
|
* NIX: Add --kmsg to lvm2-testsuite invocations.Petr Rockai2015-02-051-2/+3
|
* NIX: Keep the udev log out of tmpfs.Petr Rockai2015-02-051-2/+2
|
* NIX: Some kernels need ide/ata modules (i.e. no builtin ata).Petr Rockai2015-02-051-1/+2
|
* NIX: Use IDE drive emulation instead of virtio.Petr Rockai2015-02-051-2/+3
|
* NIX: Use the new --heartbeat option on lvm2-testsuite.Petr Rockai2015-02-051-6/+9
|
* NIX: Pass --fatal-timeouts to the testsuite.Petr Rockai2015-02-051-2/+2
|
* NIX: Re-work VM monitoring.Petr Rockai2015-02-051-13/+22
|
* NIX: Add Fedora 20 jobs.Petr Rockai2015-02-051-1/+12
|
* NIX: Existence of results list no longer indicates that the suite has finished.Petr Rockai2015-02-051-11/+8
|
* NIX: Drop -h from rpm invocations as it messes up logs.Petr Rockai2015-02-051-1/+1
|
* NIX: Use nixpkgs kernel for building, distro kernel for testing.Petr Rockai2015-02-051-7/+11
|
* NIX: Adapt to the append-based test journal.Petr Rockai2015-02-051-4/+5
|
* NIX: Implement a smarter VM monitoring loop.Petr Rockai2015-02-051-10/+38
|
* NIX: Use --batch mode for running the testsuite.Petr Rockai2015-02-051-2/+2
|
* NIX: Refactor around the new test runner.Petr Rockai2015-02-051-80/+149
| | | | | | | | - The RPM build and the tests are now executed in separate VMs. - Run the testsuite by using the new lvm2-testsuite RPM. - The VM running the tests is restarted from the outside if it hangs, and the runner keeps a journal to avoid running a bad test ad infinitum. - TODO: lcov reports and more intelligent VM rebooting (track the journal)
* NIX: Fix 32b builds (2G of RAM is 1M too much for 32b QEMU).Petr Rockai2014-10-221-1/+1
|
* NIX: Give the VMs 2G of RAM (for tmpfs) until the new runner is merged.Petr Rockai2014-10-141-1/+1
|