Break down the end-to-end Gitea test file into smaller files:
https://github.com/tektoncd/pipelines-as-code/blob/main/test/gitea_test.go
Related issues: #2097 is the original parent task, and #2829 completed the provider unit-test split.
Acceptance criteria
- Split
test/gitea_test.go into focused files grouped by concern.
- Preserve the
e2e build tag and reuse the existing helpers.
- Do not change test behavior while moving the tests.
- Keep test names and workflow grouping easy to find.
- Run the affected Gitea E2E groups before the change is merged.
Break down the end-to-end Gitea test file into smaller files:
https://github.com/tektoncd/pipelines-as-code/blob/main/test/gitea_test.go
Related issues: #2097 is the original parent task, and #2829 completed the provider unit-test split.
Acceptance criteria
test/gitea_test.gointo focused files grouped by concern.e2ebuild tag and reuse the existing helpers.