Skip to content

Commit b0337fa

Browse files
authored
Update rr_capture.jl
1 parent ea0aae1 commit b0337fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/utilities/rr/rr_capture.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ end
1212

1313
const TIMEOUT_IN_MINUTES = parse(Int, popfirst!(ARGS))::Int
1414

15-
const run_id = ENV["BUILDKITE_BUILD_NUMBER"]::String
15+
const run_id = ENV["BUILDKITE_BUILD_NUMBER"]::String
16+
const shortcommit = ENV["BUILDKITE_COMMIT"][1:10]::String
1617

1718
const num_cores = min(Sys.CPU_THREADS, 8, parse(Int, get(ENV, "JULIA_TEST_NUM_CORES", "8")) + 1)
1819
@info "" num_cores

0 commit comments

Comments
 (0)