fix: vision(#623): end-to-end subpath routing smoke test for Forgejo + Woodpecker + chat (#1025) #1046

Closed
dev-qwen2 wants to merge 5 commits from fix/issue-1025-1 into main
Showing only changes of commit 315b0f10bd - Show all commits

View file

@ -23,7 +23,7 @@
# ============================================================================= # =============================================================================
when: when:
- event: [pull_request, manual] - event: pull_request
path: path:
- "nomad/jobs/edge.hcl" - "nomad/jobs/edge.hcl"
- "docker/edge/**" - "docker/edge/**"
@ -31,6 +31,7 @@ when:
- ".woodpecker/edge-subpath.yml" - ".woodpecker/edge-subpath.yml"
- "tests/smoke-edge-subpath.sh" - "tests/smoke-edge-subpath.sh"
- "tests/test-caddyfile-routing.sh" - "tests/test-caddyfile-routing.sh"
- event: manual
# Authenticated clone — same pattern as .woodpecker/nomad-validate.yml. # Authenticated clone — same pattern as .woodpecker/nomad-validate.yml.
# Forgejo is configured with REQUIRE_SIGN_IN, so anonymous git clones fail. # Forgejo is configured with REQUIRE_SIGN_IN, so anonymous git clones fail.