Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gitlab-runner gitlab-runner
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,448
    • Issues 2,448
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 120
    • Merge requests 120
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Scheduled maintenance on the database layer will take place on 2022-07-02. We expect GitLab.com to be unavailable for up to 2 hours starting from 06:00 UTC. Kindly follow our status page for updates and read more in our blog post.

  • GitLab.org
  • gitlab-runnergitlab-runner
  • Merge requests
  • !438

Add '--run-untagged=false' cli option for runners

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matt DeBoer requested to merge matt-deboer/gitlab-ci-multi-runner:master into master Jan 10, 2017
  • Overview 18
  • Commits 1
  • Pipelines 10
  • Changes 5

This is a general Merge Request template. Consider to choose a template from the list above if it will match your case more.

Provides support in the runner to register with api parameter 'run_untagged=false' by omitting the boolean cli flag --run-untagged; false has also been made the default for the case when a tag list is specified, so that a runner that registers with a tag list will automatically send run_untagged=false in the registration request, unless the --run-untagged boolean was specified.

Implements support for #1732 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master