jobset logs
This commit is contained in:
parent
7ce07278f4
commit
b9c449df4d
@ -89,16 +89,15 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
jobsets =
|
||||
jobs
|
||||
// pkgs.runCommand "spec-jobsets.json" { } ''
|
||||
cat >$out <<EOF
|
||||
${jobs}
|
||||
EOF
|
||||
# This is to get nice .jobsets build logs on Hydra
|
||||
cat >tmp <<EOF
|
||||
${builtins.toJSON log}
|
||||
EOF
|
||||
${pkgs.jq}/bin/jq . tmp
|
||||
'';
|
||||
jobsets = jobs;
|
||||
# // pkgs.runCommand "spec-jobsets.json" { } ''
|
||||
# cat >$out <<EOF
|
||||
# ${jobs}
|
||||
# EOF
|
||||
# # This is to get nice .jobsets build logs on Hydra
|
||||
# cat >tmp <<EOF
|
||||
# ${builtins.toJSON log}
|
||||
# EOF
|
||||
# ${pkgs.jq}/bin/jq . tmp
|
||||
# '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user