Make json structure uniform #6
Loading…
Reference in a new issue
No description provided.
Delete branch "pixiedust-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
opamndiff
we have a similar structure but simplyversion_left
andversion_right
.https://git.robur.coop/robur/builder-web/src/branch/main/opamdiff/opamdiff.ml#L284-L286
I think this looks good. There's still an occurence of
"job_name"
. Otherwise good to merge IMO.@ -621,7 +621,7 @@ let routes ~datadir ~cachedir ~configdir ~expired_jobs =
let json_response =
`Assoc [
"left", `Assoc [
"job_name", `String job_left;
Can we apply the same change in
job_build
?51d8135ed6
to0261f89022
Thanks!
I think I forced pushed after your commit.
Yea! It was confusing. But you force pushed the same change so that's fine 🥳
I scheduled a build (ssh builder@shell.robur.coop -> ssh poudriere -> builder-client execute builder-web), and deployed it (ssh builder_web -> pkg update && pkg upgrade -> service builder_web restart (well, manually kill due to service script issues as usual)).
So the builds.robur.coop should now provide the nice updated json data.
Thank you :)