This issue was opened automatically by the Test Playbooks workflow after the test n8n-version failed on the main branch.
Failure scope
Hardware / OS to use to reproduce
Run the failing test on a machine that matches the runner labels above (OS = linux, device = halo). The repo's self-hosted runners already advertise these labels; if you reproduce locally, use the same OS family and the same AMD device class.
How to dispatch the same test from CI
Re-run only the failing playbook on the same matrix entry by triggering the workflow with the playbook id:
gh workflow run test-playbooks.yml --repo amd/playbooks -f playbook_id=n8n-automation-gpt-oss
The workflow's matrix narrows down to this (device, platform) combination automatically based on the playbook's tested_platforms.
How to run just this test locally
python .github/scripts/run_playbook_tests.py --playbook n8n-automation-gpt-oss --platform linux --device halo
The runner extracts test blocks from playbooks/*/n8n-automation-gpt-oss/README.md (the failing block starts around line 397).
Failing test (verbatim from the README)
Result
stderr (last lines)
bash: line 1: n8n: command not found
This issue is opened and deduplicated by .github/scripts/create_failure_issues.py. Close it once the failure is fixed; subsequent failures with the same scope will reopen a fresh issue.
This issue was opened automatically by the Test Playbooks workflow after the test
n8n-versionfailed on themainbranch.Failure scope
n8n-automation-gpt-ossn8n-versionhalolinuxself-hosted,Linux,haloxsj-aimlab-halo-02d0a1cecc9a9eb138ce6e96c4865a1c343790f7a5Hardware / OS to use to reproduce
Run the failing test on a machine that matches the runner labels above (OS =
linux, device =halo). The repo's self-hosted runners already advertise these labels; if you reproduce locally, use the same OS family and the same AMD device class.How to dispatch the same test from CI
Re-run only the failing playbook on the same matrix entry by triggering the workflow with the playbook id:
The workflow's matrix narrows down to this
(device, platform)combination automatically based on the playbook'stested_platforms.How to run just this test locally
The runner extracts test blocks from
playbooks/*/n8n-automation-gpt-oss/README.md(the failing block starts around line 397).Failing test (verbatim from the README)
60sResult
127stderr (last lines)
This issue is opened and deduplicated by
.github/scripts/create_failure_issues.py. Close it once the failure is fixed; subsequent failures with the same scope will reopen a fresh issue.