-
Notifications
You must be signed in to change notification settings - Fork 9
Specifying The Custom Runner Server Startup Script
You can specify a custom runner server startup script using the --scripts option to specify a path to the folder that contains all your custom runner server scripts.
| ❗Important: |
When using a custom scripts folder with the --scripts option, you must include all required setup and startup scripts including any scripts used by default (setup.sh, startup-x64.sh, startup-arm64.sh) plus your additional custom scripts. The application looks for scripts only in that folder, and missing scripts will cause errors. Copy the default scripts from the repository: |
|---|
For example, create a local folder called scripts:
mkdir scriptsThen, copy all required setup and startup scripts from the repository and customize the startup-x64.sh and startup-arm64.sh scripts as needed.
You can apply your custom scripts using the --scripts option as follows:
github-hetzner-runners --scripts ./scriptsThe default server startup script is startup-x64.sh for the x64 architecture and startup-arm64.sh for the ARM64 architecture. However, you can use the startup-{name} label to select any custom script inside the scripts directory, where {name} matches the {name}.sh file inside the scripts folder.
| ✋ Note: | Note the .sh extension is assumed for the script {name}. |
|---|
For example,
scripts/
scripts/custom.shjob-name:
runs-on: [self-hosted, startup-custom]Developed and maintained by the TestFlows team.
- Home
- Installation
- Quick Start
- Getting Started Tutorial
- Basic Configuration
- Specifying the Maximum Number of Runners
- Specifying the Maximum Number of Runners Used in Workflow a Run
- Recycling Powered‐Off Servers
- Skipping Jobs
- Using Custom Label Prefix
- Jobs That Require the Docker Engine
- Specifying The Runner Type
- Specifying The Runner Location
- Specifying The Runner Network
- Specifying The Runner Image
- Specifying The Custom Runner Server Setup Script
- Specifying The Custom Runner Server Startup Script
- Disabling Setup or Startup Scripts
- Specifying Standby Runners
- Using Caching Volumes
- Specifying Logger Configuration
- Listing All Current Servers
- Opening The SSH Client To The Server
- Deleting All Runners and Their Servers
- Using a Configuration File
- Using Project Configuration Files
- Specifying SSH Key
- Specifying Additional SSH Keys
- Running as a Service
- Running as a Cloud Service
- Scaling Up Runners
- Scaling Down Runners
- Handling Failing Conditions
- Meta Labels
- Estimating Costs
- Listing Images
- Deleting Images
- Creating Custom Images
- Embedded Monitoring Dashboard
- Prometheus Metrics
- Program Options