Skip to content

Commit f61fa85

Browse files
CI: add results.json tags back (JuliaLang#57966)
1 parent 69a22cf commit f61fa85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/buildkitetestjson.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ function result_dict(testset::Test.DefaultTestSet, prefix::String="")
6969
"arch" => string(Sys.ARCH),
7070
"julia_version" => string(VERSION),
7171
"testset" => testset.description,
72+
"job_group" => get(ENV, "BUILDKITE_GROUP_LABEL", "unknown"),
73+
"job_label" => get(ENV, "BUILDKITE_LABEL", "unknown"),
7274
),
7375
# note we drop some of this from common_data before merging into individual results
7476
"history" => if !isnothing(testset.time_end)

0 commit comments

Comments
 (0)