guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: ci: Add evaluation field to build record.


From: guix-commits
Subject: 01/02: ci: Add evaluation field to build record.
Date: Mon, 7 Dec 2020 10:17:02 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 9087af0323fb88d6269016fb93f3a3d206b0f42f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 7 15:11:11 2020 +0100

    ci: Add evaluation field to build record.
    
    * guix/ci.scm (<build>): Add "evaluation" field.
---
 guix/ci.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/ci.scm b/guix/ci.scm
index 7a03bef..44b7673 100644
--- a/guix/ci.scm
+++ b/guix/ci.scm
@@ -31,6 +31,7 @@
             build?
             build-id
             build-derivation
+            build-evaluation
             build-system
             build-status
             build-timestamp
@@ -71,6 +72,7 @@
   json->build
   (id          build-id "id")                     ;integer
   (derivation  build-derivation)                  ;string | #f
+  (evaluation  build-evaluation)                  ;integer
   (system      build-system)                      ;string
   (status      build-status "buildstatus" )       ;integer
   (timestamp   build-timestamp)                   ;integer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]