//nix/buildkite: support meta.timeout attribute
#285
Opened by flokli at
It currently doesn't seem possible to set a timeout for a step created through a native readTree target (or to modify arbitrary step attributes for readTree targets).
At least for timeouts, there seems to be a nixpkgs convention of having a meta.timeout
, specifying a timeout in seconds (which at least is read by hydra).
We should probably look for this in our //nix/buildkite
pipeline, and on top of that, allow arbitrary step attributes to be overridden.
cl/8970 adds support for meta.timeout.
flokli at 2023-07-14T16·18+00
The CL was submitted, this is done.
flokli at 2023-07-18T16·49+00
- flokli closed this issue at 2023-07-18T16·49+00