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 730d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/PkgEvalJob.jl
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ 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)
@error "Failed to upload test log" exception=(err, catch_backtrace())
end
end
end
Expand Down

0 comments on commit 730d44b

Please sign in to comment.