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

Current variables reordered. Fixes #1458 and #1467

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dbeltran requested to merge gl-1458-custom-reordered into master Nov 19, 2024
  • Overview 8
  • Commits 6
  • Pipelines 0
  • Changes 4

This fixes #1458 (closed) problem with custom_directives + "%CURRENT_%".

The problem is that the self.custom_directives is assigned before processing "%CURRENT_%"

The solution is to change the updating processing order so it first loads all platform current variables, then the current job, and then the rest.

  • Pytest

FYI @froura

Edited Nov 28, 2024 by dbeltran
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gl-1458-custom-reordered