ci: refactor Gitea workflows to use environment variables for workspace paths
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Successful in 2s
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m17s
Documentation Validation / validate-docs (push) Failing after 11s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Integration Tests / test-service-integration (push) Failing after 42s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Failing after 3s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
P2P Network Verification / p2p-verification (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Node Failover Simulation / failover-test (push) Failing after 1h35m21s
Cross-Chain Functionality Tests / aggregate-results (push) Successful in 8s

- Added WORKSPACE env variable to all workflow jobs
- Changed hardcoded workspace paths to use ${{ env.WORKSPACE }}
- Added pull_request path filters to blockchain-sync-verification.yml
- Updated cross-chain-tests.yml path filters to apps/blockchain-node/** and scripts/multi-node/**
- Removed ait-devnet from default chains in cross-chain-tests.yml
- Disabled test-cross-chain-bridge job (test file not implemented)
- Removed test-cross-chain-bridge from aggregate
This commit is contained in:
aitbc
2026-05-11 14:26:44 +02:00
parent 3105189d4c
commit 99205f97b0
15 changed files with 345 additions and 1310 deletions

View File

@@ -2,8 +2,8 @@
**Complete catalog of all documentation files and directories**
**Last Updated**: 2026-05-03
**Version**: 6.4 (May 3, 2026 Update - documentation consolidation)
**Last Updated**: 2026-05-11
**Version**: 6.5 (May 11, 2026 Update - roadmap simplification)
---
@@ -59,6 +59,7 @@
### 🏠 Core Documentation
- **[README.md](README.md)** - Main documentation entry point and navigation guide
- **[MASTER_INDEX.md](MASTER_INDEX.md)** - This file - complete catalog of all documentation
- **[ROADMAP.md](ROADMAP.md)** - Current open tasks and development roadmap (simplified - only pending items)
### 📖 About Documentation
Documentation about the documentation system itself