Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm agents #15

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion host_vars/ci_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ woodpecker_autoscaler_grpc_addr: grpc-ci.woodpecker-ci.org:443
woodpecker_autoscaler_grpc_secure: true
woodpecker_autoscaler_provider: hetznercloud
woodpecker_autoscaler_hetzner_api_token: '{{ vault_hcloud_token }}'
woodpecker_autoscaler_hetzner_server_type: cpx41
woodpecker_autoscaler_hetzner_server_type: cax31
woodpecker_autoscaler_hetzner_server_location: fsn1
woodpecker_autoscaler_hetzner_ssh_keys: ci.woodpecker-ci.org-ssh

### Weblate
Expand Down
1 change: 1 addition & 0 deletions roles/woodpecker_autoscaler/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- WOODPECKER_HETZNERCLOUD_API_TOKEN={{ woodpecker_autoscaler_hetzner_api_token }}
- WOODPECKER_HETZNERCLOUD_SERVER_TYPE={{ woodpecker_autoscaler_hetzner_server_type }}
- WOODPECKER_HETZNERCLOUD_SSH_KEYS={{ woodpecker_autoscaler_hetzner_ssh_keys }}
- WOODPECKER_HETZNERCLOUD_LOCATION={{ woodpecker_autoscaler_hetzner_server_location }}
- WOODPECKER_RECONCILIATION_INTERVAL=5s
networks:
- web
Expand Down