aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* 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