Skip to content

Commit

Permalink
PkgEvalJob: Make log upload errors non-fatal.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jan 5, 2024
1 parent 1963a77 commit c50635c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jobs/PkgEvalJob.jl
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,8 @@ function process_results!(job::PkgEvalJob, builds::Dict, all_tests::DataFrame, r
"x-amz-acl" => "public-read",
"headers" => Dict("Content-Type"=>"text/plain; charset=utf-8")))
catch err
nanosoldier_error("failed to upload test log", err)
nodelog(cfg, node, "Failed to upload test log",
error=(err, stacktrace(catch_backtrace())))
end
end
end
Expand Down

0 comments on commit c50635c

Please sign in to comment.