-
Notifications
You must be signed in to change notification settings - Fork 5
Skipping Jobs
vzakaznikov edited this page Mar 7, 2024
·
2 revisions
By default, a runner will be created for any queued job that has self-hosted label. If needed, you can skip creating runners if a job does not have a specified labels using the --with-label option.
✋ Note: | By default, the --with-label is set to self-hosted to match only the jobs that contain the self-hosted label. |
---|
More than one label can be specified. If multiple labels are specified, then the job must contain all of the labels.
For example,
github-hetzner-runners --with-label self-hosted --with-label on-demand
will only create runners for jobs that contain both the self-hosted and the on-demand labels and skip any job that is missing these label.
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 Image
- Specifying The Custom Runner Server Setup Script
- Specifying The Custom Runner Server Startup Script
- Disabling Setup or Startup Scripts
- Specifying Standby Runners
- Specifying Logger Configuration
- Listing All Current Servers
- Opening The SSH Client To The Server
- Deleting All Runners and Their Servers
- Using a Configuration File
- 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
- Program Options