Skip to content

Add GraphQL type to represent runner machines under CiRunner

Create the necessary types to represent the following query (including RunnerMachinePolicy with :read_runner_machine permission):

{
  runner(id: "gid://gitlab/Ci::Runner/9145") {
    id
    tagList
    machines {
      nodes {
        id
        createdAt
        contactedAt
        
        version
        revision
        status
        
        platformName
        architectureName
        executorName
        ipAddress
      }
    }
  }
}

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by 🤖 GitLab Bot 🤖