//nix/buildkite: support meta.timeout attribute

#285
Opened by flokli at 2023-07-14T14·03+00

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.

  1. cl/8970 adds support for meta.timeout.

    flokli at 2023-07-14T16·18+00

  2. The CL was submitted, this is done.

    flokli at 2023-07-18T16·49+00

  3. flokli closed this issue at 2023-07-18T16·49+00