summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-01 16:46:10 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-01 16:46:10 +0200
commitca6b5d66772476c273ceef4cfe3a15c883ae34cc (patch)
treec6f96a5ff9e7120084fbd88656854d836961863b /tests
parentefef5c29c8edc7d0ed1b1c3e0a4c8d0b4ee009f4 (diff)
downloadcuirass-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.scm7
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"))))