feat: new diagnostics
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-10 15:31:13 +00:00
parent b3bcd6d5a8
commit df0638a0f7
8 changed files with 268 additions and 8 deletions
@@ -0,0 +1,9 @@
#!/bin/dash
set -eu
GCR_STATE_DIR="$(mktemp -d)"
export GCR_STATE_DIR
export GCR_LOG=error
trap 'rm -rf "$GCR_STATE_DIR"' EXIT INT HUP
dash "$test/run.sh"