JuliaCI / Nanosoldier.jl

A package for running JuliaCI services on MIT's Nanosoldier cluster
Other
29 stars 15 forks source link

PkgEval: Only use rr by default on daily evaluations. #148

Closed maleadt closed 1 year ago

DilumAluthge commented 1 year ago

If I'd like to opt-in to use rr on a non-daily PkgEval run, what is the syntax that I would use in my @Nanosoldier invocation?

maleadt commented 1 year ago

rr=true as part of the configuration argument; these options directly map onto the PkgEval Configuration object, https://github.com/JuliaCI/PkgEval.jl/blob/5174e624853e7ad55ce1cc3583008fae663797d9/src/types.jl#L27-L73, so you can configure a whole lot of things.