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
  • !323

Fix report, improved the report command

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dbeltran requested to merge fix_report into master Mar 08, 2023
  • Overview 12
  • Commits 1
  • Pipelines 0
  • Changes 1

Fixed the report command due to changes to autosubmitconfigparser and update_parameters function.

Also, I clean the output,

Per example,

normal autosubmit templates:

%CURRENT_TYPE%

report command:

JOBS.USE_ENVIRONMENT.CURRENT_TYPE=local

Before, all %CURRENT_TYPE% had the value of the last job parsed in the report command and now it is deleted.

closes #969 (closed)

Edited Mar 08, 2023 by dbeltran
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_report