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
This commit is contained in:
2025-12-19 22:51:57 +03:00
parent a2bc2cd671
commit 2093647fea
131 changed files with 16523 additions and 0 deletions
@@ -0,0 +1,17 @@
- job-name: "zombienet-teyrchain-template-0001-minimal_template_block_production"
test-filter: "smoke::minimal_template_block_production_test"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-teyrchain-template-0002-teyrchain_template_block_production"
test-filter: "smoke::teyrchain_template_block_production_test"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true
- job-name: "zombienet-teyrchain-template-0003-solochain_template_block_production"
test-filter: "smoke::solochain_template_block_production_test"
runner-type: "default"
pezcumulus-image: "test-teyrchain"
use-zombienet-sdk: true