Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/tail
All logs, with timestamps (available after completion):
curl --netrc https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/logs
Reproduce locally: https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd/repro
This page is also available in machine-friendly formats. Request one
with the
Accept
header:
curl --netrc -H 'Accept: application/json' https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd
curl --netrc -H 'Accept: text/markdown' https://staging.nix-ci.com/gh:NorfairKing:weeder-nix/split-test-artifacts/a358f54b527c15e40c3f766a3c9e1f9b894910d4/df8dff84-0865-4e85-a7e9-bd3806fe7efd
For more instructions, fetch https://staging.nix-ci.com/instructions .