Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[configuration] delayed postprocs, extra volmounts #738

Merged
merged 1 commit into from
Dec 18, 2021

Commits on Dec 18, 2021

  1. [configuration] delayed postprocs, extra volmounts

    Change:
    
    - Allow post-processors to be delayed until after the first
      (alphabetical) pass. In the delayed pass, delayed post-processors
      are again executed alphabetically.
    
    - In the interest of keeping configuration simple, we don't allow for
      multiple "levels" of delay. A post-processor is either run during the
      first pass, or delayed until after the first/normal pass.
    
    - This also adds an "extra volmounts" variable to the navigator
      post-processor class, which can be used by other post-processors to
      signify that they want a volume to be mounted. The volume-mount post
      processor is now delayed to accommodate.
    
    Test Plan:
    
    - Using this in lint/navigator work, no new tests yet because there is
      no other post processor currently which adds an extra volume mount.
    
    Signed-off-by: Rick Elrod <rick@elrod.me>
    relrod committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    939e4b3 View commit details
    Browse the repository at this point in the history