Suppress vendored/fixture-repo noise in fleet-wide scans #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SPEC.md roadmap item 2.
Scanning
~/projectspicks up the upstreamwoodpeckerrepo's owntest-fixture corpus (
test-dag,test-merge-map-and-sequence,test-when,~24 fixture "pipelines") — correct behavior (good evidence the YAML edge
cases are handled) but noise: that's woodpecker's linter test corpus, not
real CI surface, and it clutters fleet-wide runs.
Candidate approaches (pick one, or layer):
.gitremote doesn't point atgit.oleks.space/oleks/*..pipetreeignorefile /--exclude <glob>flag.Source: SPEC.md, review feedback captured on commit
4b5b336.Acceptance criteria
.pipetreeignore/-exclude)~/projectsno longer lists thewoodpeckermirror's own fixture pipelines by defaultResolved by
f10a008(v0.2 batch push). Verified: the woodpecker mirror's real remote is github.com/retif/woodpecker, so it's excluded by default; -all restores it.