feat(forge): add forgejo
This commit is contained in:
47
stacks/forge.opytex.org/runner/config.yaml
Normal file
47
stacks/forge.opytex.org/runner/config.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
# Configuration du Forgejo Runner.
|
||||
# L'enregistrement n'est PAS fait par variable d'environnement : il se fait une
|
||||
# fois, à la main, et le résultat vit dans /data/.runner (volume
|
||||
# forgejo_runner_data). Voir README.md.
|
||||
|
||||
log:
|
||||
level: info
|
||||
|
||||
runner:
|
||||
file: /data/.runner
|
||||
capacity: 4
|
||||
timeout: 3h
|
||||
shutdown_timeout: 0s
|
||||
insecure: false
|
||||
fetch_timeout: 5s
|
||||
fetch_interval: 2s
|
||||
labels:
|
||||
- "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest"
|
||||
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
|
||||
- "ubuntu-20.04:docker://docker.gitea.com/runner-images:ubuntu-20.04"
|
||||
# Consommé par les workflows qui déposent sur storage.opytex.org (MinIO).
|
||||
# À revoir le jour du passage à Garage — voir README.md, section
|
||||
# « Dépendance MinIO ».
|
||||
- "minio-mc:docker://minio/mc:latest"
|
||||
|
||||
cache:
|
||||
enabled: true
|
||||
dir: ""
|
||||
host: ""
|
||||
port: 0
|
||||
external_server: ""
|
||||
|
||||
container:
|
||||
network: ""
|
||||
privileged: false
|
||||
options:
|
||||
workdir_parent:
|
||||
valid_volumes: []
|
||||
# Vide = le socket Docker de l'hôte est monté dans les conteneurs de job,
|
||||
# ce qu'exige docker/build-push-action (notytex). Conséquence assumée : tout
|
||||
# job Actions s'exécute en root sur la machine hôte.
|
||||
docker_host: ""
|
||||
force_pull: true
|
||||
force_rebuild: false
|
||||
|
||||
host:
|
||||
workdir_parent:
|
||||
Reference in New Issue
Block a user