Skip to content

Commit

Permalink
Update buildkitetestjson.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Neven Sajko <4944410+nsajko@users.noreply.github.com>
  • Loading branch information
IanButterworth and nsajko authored Mar 4, 2025
1 parent 090581b commit c447c58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/buildkitetestjson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ function result_dict(testset::Test.DefaultTestSet, prefix::String="")
"id" => Base.UUID(rand(UInt128)),
"scope" => scope,
"tags" => Dict{String, String}(
"job_label": get(ENV, "BUILDKITE_LABEL", "unknown"),
"job_id": get(ENV, "BUILDKITE_JOB_ID", "unknown"),
"os": string(Sys.KERNEL),
"arch": string(Sys.ARCH),
"julia_version": string(VERSION),
"testset": testset.description,
"prefix": prefix
"job_label" => get(ENV, "BUILDKITE_LABEL", "unknown"),
"job_id" => get(ENV, "BUILDKITE_JOB_ID", "unknown"),
"os" => string(Sys.KERNEL),
"arch" => string(Sys.ARCH),
"julia_version" => string(VERSION),
"testset" => testset.description,
"prefix" => prefix
),
"history" => if !isnothing(testset.time_end)
Dict{String, Any}(
Expand Down

0 comments on commit c447c58

Please sign in to comment.