From 51e10bab897a98b28ecb7a3ea73640015522b4d5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 9 Jan 2024 15:45:30 +0000 Subject: laminar: Allow associating contexts to jobs. * guix/forge/laminar.scm ()[contexts]: New field. * guix/forge/laminar.scm (laminar-jobs): Create job configuration file specifying contexts. * doc/forge.skb (Reference)[]{contexts}: Document it. --- doc/forge.skb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index 98ae9db..83b4100 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -567,7 +567,10 @@ unused unused, and may be deprecated in the future.])) [G-expression to be run after the main job script]) (record-field "trigger?" [If ,(code [#t]), this job is run on every commit. Else, it -must be manually set up to run some other way.])) +must be manually set up to run some other way.]) + (record-field "contexts" + [List of names of contexts (strings) associated with this +job])) (record-documentation "guix/forge/socket.scm" ' (record-field "hostname" [Name of the host]) -- cgit v1.2.3