summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Remove unnecessary (cuirass job) module.Mathieu Lirzin2016-07-13
|
* Evaluate derivations in a separate process.Mathieu Lirzin2016-07-13
| | | | | This fixes a bug where different Guix branches gave the same derivations.
* Add guix-jobs.scm specification file.Mathieu Lirzin2016-07-04
|
* gnu-system: Fix '%job-name' calls.Mathieu Lirzin2016-07-04
| | | | This calls were using its previous name 'job-name'.
* Add 'basic.sh' test.Mathieu Lirzin2016-07-03
|
* Add %package-cachedir parameter.Mathieu Lirzin2016-07-02
|
* Add test for 'with-directory-excursion'.Mathieu Lirzin2016-07-02
|
* job: Add load-path field to <job-spec>.Mathieu Lirzin2016-07-02
|
* job: Add 'commit' and 'tag' field to <job-spec>.Mathieu Lirzin2016-07-01
|
* base: Add %program-name parameter object.Mathieu Lirzin2016-07-01
|
* Store build logs in the database.Mathieu Lirzin2016-06-29
|
* Fix temporary database location.Mathieu Lirzin2016-06-26
| | | | Don't create it in 'srcdir' to please 'make distcheck'.
* Make %package-database a parameter object.Mathieu Lirzin2016-06-26
| | | | Move it to (cuirass database).
* Add (cuirass database) module.Mathieu Lirzin2016-06-26
|
* Support multiples <job-spec> evaluation.Mathieu Lirzin2016-06-16
|
* Change <job-spec> and <job> semantics.Mathieu Lirzin2016-06-16
|
* gnu-system: Add hello subset.Mathieu Lirzin2016-06-13
| | | | * tests/gnu-system.scm (hydra-jobs): Add hello subset.
* job: Add <job-spec> record type.Mathieu Lirzin2016-06-13
| | | | | | | | | | | | | | | | | * src/cuirass/job.scm <job-spec>: New record type. (%make-job-spec, make-job-spec, job-spec-name, job-spec-proc) (job-spec-metadata): New procedures. * tests/gnu-system.scm (package-job): Rename to ... (package-job-spec): ... this. Use 'make-job-spec'. (package-cross-job): Rename to ... (package-cross-job-spec): ... this. Use 'make-job-spec'. (tarball-jobs): Rename to ... (tarball-job-specs): ... this. Use 'make-job-spec'. (package->alist): Rename to ... (package-metadata): ... this. Adapt. (package->job): Rename to ... (package->jobspec): ... this. Adapt. (hydra-jobs): Adapt.
* cuirass: Allow defining jobs outside of the repository.Mathieu Lirzin2016-06-13
| | | | | * tests/gnu-system.scm: New file. * bin/cuirass.in (evaluate, main): Use it.
* Initial commit.Mathieu Lirzin2016-05-29