Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • T test-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • test-tools
  • Merge requests
  • !97

Add support for getting all node options via --dump-options flag

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Łukasz Świszcz requested to merge lswiszcz/dump-node-options into master Oct 14, 2022
  • Overview 14
  • Commits 1
  • Pipelines 10
  • Changes 4

This implements gathering information about of all hived options, by using a new command-line option --dump-options, which fixes issue hive#345. A test in hive!724 (closed) requires this to be merged.

Additionally, this feature can be used to reimplement node_config.py. For now, it seems that when a new option is added to hived, node_config.py has to be manually changed to reflect it. After this change it will be possible to parse information regarding all available hived options at runtime.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lswiszcz/dump-node-options