Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !204

Implemented #371 as a flag in the run command where the user can supply the...

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged wuruchi requested to merge issue371 into master Oct 15, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

Hello @mcastril @dbeltran

Implemented #371 (closed) as a flag in the run command where the user can supply the member or members allowed to run.

Added documentation.

Command example: autosubmit run a29z -rm 'fc0 fc3

The implementation includes validation.

The main logic is implemented inside a setter function for the run_members value of the JobList class.

We allow those jobs already submitted to continue to be tracked, even if they do not belong to the specified member.

Edited Oct 15, 2020 by wuruchi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue371