Skip to content

ci: migrate to woodpecker#12

Merged
BryanChasko merged 1 commit into
mainfrom
ci/migrate-to-woodpecker
Apr 24, 2026
Merged

ci: migrate to woodpecker#12
BryanChasko merged 1 commit into
mainfrom
ci/migrate-to-woodpecker

Conversation

@BryanChasko
Copy link
Copy Markdown
Owner

summary

  • moved ci workflow from github actions to woodpecker pipeline
  • cargo test, clippy (strict), fmt check unified in single step
  • readme-lint now pr-gated with changed files detection via git diff

migrated

  • cargo test + cargo clippy + cargo fmt check
  • pr-conditional readme-lint step with git-based file filtering

not migrated

  • github actions caching layers (not needed for woodpecker on persistent runner)

unresolved

  • woodpecker endpoint must be registered in ops repo before pull
  • assume rocm-aibox runner has rust:1-slim image available

- moved ci.yml to .woodpecker/ci.yml with cargo test/clippy/fmt
- pr-gated readme-lint step with changed files detection
- github actions workflow moved to .github/workflows-disabled/

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@BryanChasko BryanChasko merged commit effc882 into main Apr 24, 2026
0 of 2 checks passed
@BryanChasko BryanChasko deleted the ci/migrate-to-woodpecker branch April 24, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant