Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • batsim batsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

La mise à jour du service Gitlab est terminée. Merci aux collègues du service de production de la DSI qui ont réalisé cette opération qui outre les aspects évolution du logiciel nous a permis de faire le nécessaire face à des failles de sécurité.
Les principales releases notes concernant cette montée de version sont disponibles ici :
https://about.gitlab.com/releases/2023/01/22/gitlab-15-8-released/
https://about.gitlab.com/releases/2022/12/22/gitlab-15-7-released/
https://about.gitlab.com/releases/2022/11/22/gitlab-15-6-released/

  • batsim
  • batsimbatsim
  • Issues
  • #44
Closed
Open
Issue created Feb 01, 2018 by Millian Poquet@mpoquetOwner

Unify CLI and configuration file

Batsim has two input interfaces:

  • CLI (command-line interface)
  • configuration file (specified via the --config CLI option)

Currently:

  1. Some options can only be set in one interface:
  • Many options can only be specified in the CLI (e.g., running batsim without external scheduler)
  • Some options can only be specified in the configuration file (e.g., enable job submissions from the scheduler)
  1. Some options are available in both interfaces (e.g., Redis options).
  • When options are set in both interfaces at the same time, CLI options are dominant.
  • This is especially annoying with default values from docopt.

Unifying these two interfaces may be interesting, so users can use only one of them.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking