Commit Graph

4 Commits

Author SHA1 Message Date
pezkuwichain db8921b7c8 refactor(ci): decouple from upstream Parity infrastructure
Replace Parity-specific infrastructure dependencies with Pezkuwi's own:
- S3 release uploads → GitHub Releases (gh CLI)
- parity-zombienet runner labels → pezkuwi-runner
- Grafana/Loki log URLs → disabled (use GH artifacts)
- Matrix notifications → disabled (pending Pezkuwi Matrix)
- paritytech issue links → pezkuwi tracking issues
- paritytech Docker image refs → pezkuwi-sdk-frame in cmd.py
- Add mirror-ci-image.yml workflow for GHCR image mirroring
- Document upstream shared tools (resolc, try-runtime, evm-test-suite)
2026-03-02 15:02:23 +03:00
pezkuwichain c0d3b3a9b8 fix(ci): fix cargo-check-each-crate vendor failures, pezframe-ui wasm build, macOS disk
- Add missing vendor crates to SKIP_CRATES in check-each-crate.py
  (codegen, fetchmetadata, stripmetadata, cli, prom-metrics-parser, ss58-registry)
- Set fail-fast: false for cargo-check-each-crate matrix to prevent cascade cancels
- Increase cargo-check-each-crate timeout 240→300min (shard 1 needs ~4h)
- Add wasm32v1-none target + WASM_BUILD_WORKSPACE_HINT for test-pezframe-ui
- Make cargo-check-all-crate-macos informational (disk space infrastructure issue)
2026-02-27 05:17:35 +03:00
pezkuwichain 855b27304c fix: tests misc CI failures
- Add default impl for try_successful_origin in EnsureOriginWithArg trait
  to handle feature unification where pezframe-support/runtime-benchmarks
  is enabled but implementing crate's runtime-benchmarks is not
- Add SKIP_WASM_BUILD=1 to test-node-metrics job to avoid serde_core WASM bug
- Skip vendor workspace crates in check-each-crate.py that can't build standalone
2026-01-28 16:50:26 +03:00
pezkuwichain 2093647fea feat: Add rebrand CI/CD workflows to main branch
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00