From 2e43a9644f40f94165eaca6a1be3ab5efc9acf3c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 12 Oct 2021 14:31:46 +0200 Subject: [PATCH] Update hydra-api.yaml --- hydra-api.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/hydra-api.yaml b/hydra-api.yaml index 656b2c14..7857162e 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -761,11 +761,24 @@ components: properties: id: type: integer + timestamp: + description: Time in seconds since the Unix epoch when this evaluation was created. + type: integer + checkouttime: + description: How long it took (in seconds) to fetch the jobset inputs. + type: integer + evaltime: + description: How long it took (in seconds) to evaluate the jobset. + type: integer hasnewbuilds: - description: is true if the number of JobsetEval members is different from the prior evaluation. (will always be true on the first evaluation) + description: Whether the number of JobsetEval members is different from the prior evaluation. This is always true on the first evaluation. type: boolean + flake: + description: For flake jobsets, the immutable flake reference allowing you to reproduce this evaluation. Null otherwise. + nullable: true + type: string builds: - description: List of builds generated for this jobset evaluation + description: List of builds generated for this jobset evaluation. type: array items: type: integer