Update runner configurations to use optimized Docker images for Java and heavy services; enhance clarity in the configuration file.
Some checks failed
Integration Tests / integration-tests (push) Failing after 2s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 31s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been cancelled
LabFusion CI/CD Pipeline / api-gateway (push) Has been cancelled
LabFusion CI/CD Pipeline / service-adapters (push) Has been cancelled
LabFusion CI/CD Pipeline / frontend (push) Has been cancelled
LabFusion CI/CD Pipeline / api-docs (push) Has been cancelled
LabFusion CI/CD Pipeline / integration-tests (push) Has been cancelled
Some checks failed
Integration Tests / integration-tests (push) Failing after 2s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-and-push (push) Failing after 31s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been cancelled
LabFusion CI/CD Pipeline / api-gateway (push) Has been cancelled
LabFusion CI/CD Pipeline / service-adapters (push) Has been cancelled
LabFusion CI/CD Pipeline / frontend (push) Has been cancelled
LabFusion CI/CD Pipeline / api-docs (push) Has been cancelled
LabFusion CI/CD Pipeline / integration-tests (push) Has been cancelled
This commit is contained in:
@@ -44,9 +44,9 @@ runner:
|
|||||||
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
||||||
labels:
|
labels:
|
||||||
# Primary optimized images (checked first)
|
# Primary optimized images (checked first)
|
||||||
- "java:docker://openjdk:17-jdk-slim"
|
- "java:docker://openjdk:17-slim"
|
||||||
- "python:docker://python:3.11-slim"
|
- "python:docker://python:3.11-slim"
|
||||||
- "heavy:docker://openjdk:17-jdk-slim"
|
- "heavy:docker://openjdk:17-slim"
|
||||||
# Fallback images (checked last)
|
# Fallback images (checked last)
|
||||||
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||||
- "self-hosted:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
- "self-hosted:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user