diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-07-01 16:46:10 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-07-01 16:46:10 +0200 |
commit | ca6b5d66772476c273ceef4cfe3a15c883ae34cc (patch) | |
tree | c6f96a5ff9e7120084fbd88656854d836961863b /tests | |
parent | efef5c29c8edc7d0ed1b1c3e0a4c8d0b4ee009f4 (diff) | |
download | cuirass-ca6b5d66772476c273ceef4cfe3a15c883ae34cc.tar cuirass-ca6b5d66772476c273ceef4cfe3a15c883ae34cc.tar.gz |
job: Add 'commit' and 'tag' field to <job-spec>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello-subset.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/hello-subset.scm b/tests/hello-subset.scm index 7139d95..b270ded 100644 --- a/tests/hello-subset.scm +++ b/tests/hello-subset.scm @@ -37,4 +37,11 @@ #:branch "core-updates" #:file (local-file "gnu-system.scm") #:proc 'hydra-jobs + #:arguments '((subset . "hello"))) + (make-job-spec + #:name "guix" + #:url "git://git.savannah.gnu.org/guix.git" + #:tag "v0.9.0" + #:file (local-file "gnu-system.scm") + #:proc 'hydra-jobs #:arguments '((subset . "hello")))) |