Remove deprecated Gitea runners configuration files and scripts; reorganize runner-related files into a dedicated 'runners/' directory for better structure and management; update documentation to reflect these changes.
Some checks failed
LabFusion CI/CD Pipeline / api-docs (push) Failing after 2m37s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 2m40s
LabFusion CI/CD Pipeline / frontend (push) Failing after 4s
Docker Build and Push / build-and-push (push) Failing after 3m38s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 4s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 1m56s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
Some checks failed
LabFusion CI/CD Pipeline / api-docs (push) Failing after 2m37s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 2m40s
LabFusion CI/CD Pipeline / frontend (push) Failing after 4s
Docker Build and Push / build-and-push (push) Failing after 3m38s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 4s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 1m56s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
This commit is contained in:
@@ -98,11 +98,18 @@ labfusion/
|
||||
│ ├── CLEAN_CODE.md # Clean code documentation
|
||||
│ └── RESILIENCE.md # Frontend resilience features
|
||||
# Docker Compose for Runners
|
||||
docker-compose.runners.yml # Multi-runner Docker Compose setup
|
||||
env.runners.example # Environment template for runners
|
||||
scripts/
|
||||
runners/
|
||||
docker-compose.runners.yml # Multi-runner Docker Compose setup
|
||||
env.runners.example # Environment template for runners
|
||||
manage-runners.sh # Linux/macOS runner management script
|
||||
manage-runners.ps1 # Windows PowerShell runner management script
|
||||
config_heavy.yaml # Configuration for heavy workloads (Java/Python)
|
||||
config_light.yaml # Configuration for light workloads (Node.js/Frontend)
|
||||
config_docker.yaml # Configuration for Docker workloads
|
||||
config_security.yaml # Configuration for security workloads
|
||||
data/ # Shared data directory
|
||||
data_light/ # Light runner data directory
|
||||
data_docker/ # Docker runner data directory
|
||||
data_security/ # Security runner data directory
|
||||
|
||||
└── docs/ # Documentation
|
||||
├── specs.md # Project specifications
|
||||
|
||||
Reference in New Issue
Block a user